Html Css Color HEX #0CCBAE Caribbean Green

📋 copy color: '#0CCBAE'

red 12 ◦ green 203 ◦ blue 174

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

Shades of Caribbean Green #0CCBAE

Tints of Caribbean Green #0CCBAE

RGB

 RED value IS 12 (5.08% from 255) = 3.08%

 GREEN value IS 203 (79.69% from 255) = 52.19%

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

R = 3.08%
G = 52.19%
B = 44.73%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#0CCBAE (or 0x0CCBAE) is known color: Caribbean Green. HEX triplet: 0C, CB and AE. RGB value is (12,203,174). Sum of RGB (Red+Green+Blue) = 12+203+174=389 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.08% from 389); Green value is 203 (79.69% from 255 or 52.19% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 203 - color contains mainly: green. Hex color #0CCBAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CCBAE is #F33451. Grayscale: #8E8E8E. Windows color (decimal): -15938642 or 11455244. OLE color: 11455244.

HSL color Cylindrical-coordinate representation of color #0CCBAE: hue angle of 170.89º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCBAE is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 12 203 174 -
CMYK 0.94 0 0.14 0.20
HSL 170.89º 0.89% 0.42% -
HSV(B) 170.89º 0.94% 0.8% -
XYZ 29.15 45.85 47.36 -
YUV 142.59 145.72 34.86 -
System Red Green Blue C M Y K H S L
Decimal 12 203 174 0.94 0 0.14 0.20 170.89 0.89 0.42
Hex C CB AE 5E 0 E 14 AB 59 2A
Octal 14 313 256 136 0 16 24 253 131 52
Binary 1100 11001011 10101110 1011110 0 1110 10100 10101011 1011001 101010

Color Harmonies of #0CCBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCBAE

Black with #0CCBAE

Text Example


Text Example

White with #0CCBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0CCBAE; }

 p { color: rgb(12,203,174); }

 H1.HeaderClassName
 {
   color: #0CCBAE;
 }
 .AnyTagClassName
 {
   color: #0CCBAE;
 }
</style>

background-color css

<style>
 a { background-color: #0CCBAE; }

 a { background-color: rgb(12,203,174); }

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

border-color css

<style>
 span { border-color: #0CCBAE; }

 span { border-color: rgb(12,203,174); }

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