Html Css Color HEX #0CE4B2 Caribbean Green

📋 copy color: '#0CE4B2'

red 12 ◦ green 228 ◦ blue 178

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

Shades of Caribbean Green #0CE4B2

Tints of Caribbean Green #0CE4B2

RGB

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

 GREEN value IS 228 (89.45% from 255) = 54.55%

 BLUE value IS 178 (69.92% from 255) = 42.58%

R = 2.87%
G = 54.55%
B = 42.58%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#0CE4B2 (or 0x0CE4B2) is known color: Caribbean Green. HEX triplet: 0C, E4 and B2. RGB value is (12,228,178). Sum of RGB (Red+Green+Blue) = 12+228+178=418 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.87% from 418); Green value is 228 (89.45% from 255 or 54.55% from 418); Blue value is 178 (69.92% from 255 or 42.58% from 418); Max value from RGB is 228 - color contains mainly: green. Hex color #0CE4B2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CE4B2 is #F31B4D. Grayscale: #9D9D9D. Windows color (decimal): -15932238 or 11723788. OLE color: 11723788.

HSL color Cylindrical-coordinate representation of color #0CE4B2: hue angle of 166.11º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE4B2 is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB 12 228 178 -
CMYK 0.95 0 0.22 0.11
HSL 166.11º 0.9% 0.47% -
HSV(B) 166.11º 0.95% 0.89% -
XYZ 35.93 58.78 51.57 -
YUV 157.72 139.44 24.07 -
System Red Green Blue C M Y K H S L
Decimal 12 228 178 0.95 0 0.22 0.11 166.11 0.9 0.47
Hex C E4 B2 5F 0 16 B A6 5A 2F
Octal 14 344 262 137 0 26 13 246 132 57
Binary 1100 11100100 10110010 1011111 0 10110 1011 10100110 1011010 101111

Color Harmonies of #0CE4B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CE4B2

Black with #0CE4B2

Text Example


Text Example

White with #0CE4B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,228,178); }

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

background-color css

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

 a { background-color: rgb(12,228,178); }

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

border-color css

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

 span { border-color: rgb(12,228,178); }

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