Html Css Color HEX #0CDEAC Caribbean Green

📋 copy color: '#0CDEAC'

red 12 ◦ green 222 ◦ blue 172

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

Shades of Caribbean Green #0CDEAC

Tints of Caribbean Green #0CDEAC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 54.68%

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

R = 2.96%
G = 54.68%
B = 42.36%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#0CDEAC (or 0x0CDEAC) is known color: Caribbean Green. HEX triplet: 0C, DE and AC. RGB value is (12,222,172). Sum of RGB (Red+Green+Blue) = 12+222+172=406 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.96% from 406); Green value is 222 (87.11% from 255 or 54.68% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 222 - color contains mainly: green. Hex color #0CDEAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CDEAC is #F32153. Grayscale: #999999. Windows color (decimal): -15933780 or 11329036. OLE color: 11329036.

HSL color Cylindrical-coordinate representation of color #0CDEAC: hue angle of 165.71º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDEAC is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 12 222 172 -
CMYK 0.95 0 0.23 0.13
HSL 165.71º 0.9% 0.46% -
HSV(B) 165.71º 0.95% 0.87% -
XYZ 33.72 55.3 47.93 -
YUV 153.51 138.43 27.07 -
System Red Green Blue C M Y K H S L
Decimal 12 222 172 0.95 0 0.23 0.13 165.71 0.9 0.46
Hex C DE AC 5F 0 17 D A6 5A 2E
Octal 14 336 254 137 0 27 15 246 132 56
Binary 1100 11011110 10101100 1011111 0 10111 1101 10100110 1011010 101110

Color Harmonies of #0CDEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDEAC

Black with #0CDEAC

Text Example


Text Example

White with #0CDEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,222,172); }

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

background-color css

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

 a { background-color: rgb(12,222,172); }

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

border-color css

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

 span { border-color: rgb(12,222,172); }

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