Html Css Color HEX #00BCAC Caribbean Green

📋 copy color: '#00BCAC'

red 0 ◦ green 188 ◦ blue 172

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

Shades of Caribbean Green #00BCAC

Tints of Caribbean Green #00BCAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.78%

R = 0%
G = 52.22%
B = 47.78%

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

#00BCAC (or 0x00BCAC) is known color: Caribbean Green. HEX triplet: 00, BC and AC. RGB value is (0,188,172). Sum of RGB (Red+Green+Blue) = 0+188+172=360 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 360); Green value is 188 (73.83% from 255 or 52.22% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 188 - color contains mainly: green. Hex color #00BCAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BCAC is #FF4353. Grayscale: #818181. Windows color (decimal): -16728916 or 11320320. OLE color: 11320320.

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

Color convert

RGB 0 188 172 -
CMYK 1 0 0.09 0.26
HSL 174.89º 1% 0.37% -
HSV(B) 174.89º 1% 0.74% -
XYZ 25.43 38.95 45.21 -
YUV 129.96 151.72 35.3 -
System Red Green Blue C M Y K H S L
Decimal 0 188 172 1 0 0.09 0.26 174.89 1 0.37
Hex 0 BC AC 64 0 9 1A AF 64 25
Octal 0 274 254 144 0 11 32 257 144 45
Binary 0 10111100 10101100 1100100 0 1001 11010 10101111 1100100 100101

Color Harmonies of #00BCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BCAC

Black with #00BCAC

Text Example


Text Example

White with #00BCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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