Html Css Color HEX #00BCAB Caribbean Green

📋 copy color: '#00BCAB'

red 0 ◦ green 188 ◦ blue 171

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

Shades of Caribbean Green #00BCAB

Tints of Caribbean Green #00BCAB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 52.37%

 BLUE value IS 171 (67.19% from 255) = 47.63%

R = 0%
G = 52.37%
B = 47.63%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#00BCAB (or 0x00BCAB) is known color: Caribbean Green. HEX triplet: 00, BC and AB. RGB value is (0,188,171). Sum of RGB (Red+Green+Blue) = 0+188+171=359 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 359); Green value is 188 (73.83% from 255 or 52.37% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 188 - color contains mainly: green. Hex color #00BCAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BCAB is #FF4354. Grayscale: #818181. Windows color (decimal): -16728917 or 11254784. OLE color: 11254784.

HSL color Cylindrical-coordinate representation of color #00BCAB: hue angle of 174.57º 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 #00BCAB is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 0 188 171 -
CMYK 1 0 0.09 0.26
HSL 174.57º 1% 0.37% -
HSV(B) 174.57º 1% 0.74% -
XYZ 25.33 38.91 44.7 -
YUV 129.85 151.22 35.38 -
System Red Green Blue C M Y K H S L
Decimal 0 188 171 1 0 0.09 0.26 174.57 1 0.37
Hex 0 BC AB 64 0 9 1A AF 64 25
Octal 0 274 253 144 0 11 32 257 144 45
Binary 0 10111100 10101011 1100100 0 1001 11010 10101111 1100100 100101

Color Harmonies of #00BCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BCAB

Black with #00BCAB

Text Example


Text Example

White with #00BCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,188,171); }

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

background-color css

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

 a { background-color: rgb(0,188,171); }

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

border-color css

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

 span { border-color: rgb(0,188,171); }

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