Html Css Color HEX #0CCEA5 Caribbean Green

📋 copy color: '#0CCEA5'

red 12 ◦ green 206 ◦ blue 165

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

Shades of Caribbean Green #0CCEA5

Tints of Caribbean Green #0CCEA5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 53.79%

 BLUE value IS 165 (64.84% from 255) = 43.08%

R = 3.13%
G = 53.79%
B = 43.08%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#0CCEA5 (or 0x0CCEA5) is known color: Caribbean Green. HEX triplet: 0C, CE and A5. RGB value is (12,206,165). Sum of RGB (Red+Green+Blue) = 12+206+165=383 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.13% from 383); Green value is 206 (80.86% from 255 or 53.79% from 383); Blue value is 165 (64.84% from 255 or 43.08% from 383); Max value from RGB is 206 - color contains mainly: green. Hex color #0CCEA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CCEA5 is #F3315A. Grayscale: #8F8F8F. Windows color (decimal): -15937883 or 10866188. OLE color: 10866188.

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

Color convert

RGB 12 206 165 -
CMYK 0.94 0 0.20 0.19
HSL 167.32º 0.89% 0.43% -
HSV(B) 167.32º 0.94% 0.81% -
XYZ 29.01 46.94 43.13 -
YUV 143.32 140.23 34.33 -
System Red Green Blue C M Y K H S L
Decimal 12 206 165 0.94 0 0.20 0.19 167.32 0.89 0.43
Hex C CE A5 5E 0 14 13 A7 59 2B
Octal 14 316 245 136 0 24 23 247 131 53
Binary 1100 11001110 10100101 1011110 0 10100 10011 10100111 1011001 101011

Color Harmonies of #0CCEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCEA5

Black with #0CCEA5

Text Example


Text Example

White with #0CCEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,206,165); }

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

background-color css

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

 a { background-color: rgb(12,206,165); }

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

border-color css

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

 span { border-color: rgb(12,206,165); }

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