Html Css Color HEX #00BDAE Caribbean Green

📋 copy color: '#00BDAE'

red 0 ◦ green 189 ◦ blue 174

#00BDAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #00BDAE

Tints of Caribbean Green #00BDAE

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 189 (74.22% from 255) = 52.07%

 BLUE value IS 174 (68.36% from 255) = 47.93%

R = 0%
G = 52.07%
B = 47.93%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.08

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#00BDAE (or 0x00BDAE) is known color: Caribbean Green. HEX triplet: 00, BD and AE. RGB value is (0,189,174). Sum of RGB (Red+Green+Blue) = 0+189+174=363 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 363); Green value is 189 (74.22% from 255 or 52.07% from 363); Blue value is 174 (68.36% from 255 or 47.93% from 363); Max value from RGB is 189 - color contains mainly: green. Hex color #00BDAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BDAE is #FF4251. Grayscale: #828282. Windows color (decimal): -16728658 or 11451648. OLE color: 11451648.

HSL color Cylindrical-coordinate representation of color #00BDAE: hue angle of 175.24º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BDAE is Cyan = 1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 0 189 174 -
CMYK 1 0 0.08 0.26
HSL 175.24º 1% 0.37% -
HSV(B) 175.24º 1% 0.74% -
XYZ 25.84 39.45 46.3 -
YUV 130.78 152.38 34.72 -
System Red Green Blue C M Y K H S L
Decimal 0 189 174 1 0 0.08 0.26 175.24 1 0.37
Hex 0 BD AE 64 0 8 1A AF 64 25
Octal 0 275 256 144 0 10 32 257 144 45
Binary 0 10111101 10101110 1100100 0 1000 11010 10101111 1100100 100101

Color Harmonies of #00BDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BDAE

Black with #00BDAE

Text Example


Text Example

White with #00BDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00BDAE; }

 p { color: rgb(0,189,174); }

 H1.HeaderClassName
 {
   color: #00BDAE;
 }
 .AnyTagClassName
 {
   color: #00BDAE;
 }
</style>

background-color css

<style>
 a { background-color: #00BDAE; }

 a { background-color: rgb(0,189,174); }

 div.DivClassName
 {
   background-color: #00BDAE;
 }
 .BgClassName
 {
   background-color: #00BDAE;
 }
</style>

border-color css

<style>
 span { border-color: #00BDAE; }

 span { border-color: rgb(0,189,174); }

 td.TdClassName
 {
   border-color: #00BDAE;
 }
 .TagClassName
 {
   border-color: #00BDAE;
 }
</style>