Html Css Color HEX #0CC38E Caribbean Green

📋 copy color: '#0CC38E'

red 12 ◦ green 195 ◦ blue 142

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

Shades of Caribbean Green #0CC38E

Tints of Caribbean Green #0CC38E

RGB

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

 GREEN value IS 195 (76.56% from 255) = 55.87%

 BLUE value IS 142 (55.86% from 255) = 40.69%

R = 3.44%
G = 55.87%
B = 40.69%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#0CC38E (or 0x0CC38E) is known color: Caribbean Green. HEX triplet: 0C, C3 and 8E. RGB value is (12,195,142). Sum of RGB (Red+Green+Blue) = 12+195+142=349 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.44% from 349); Green value is 195 (76.56% from 255 or 55.87% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 195 - color contains mainly: green. Hex color #0CC38E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC38E is #F33C71. Grayscale: #868686. Windows color (decimal): -15940722 or 9356044. OLE color: 9356044.

HSL color Cylindrical-coordinate representation of color #0CC38E: hue angle of 162.62º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC38E is Cyan = 0.94, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 12 195 142 -
CMYK 0.94 0 0.27 0.24
HSL 162.62º 0.88% 0.41% -
HSV(B) 162.62º 0.94% 0.76% -
XYZ 24.55 41.06 32.22 -
YUV 134.24 132.37 40.81 -
System Red Green Blue C M Y K H S L
Decimal 12 195 142 0.94 0 0.27 0.24 162.62 0.88 0.41
Hex C C3 8E 5E 0 1B 18 A3 58 29
Octal 14 303 216 136 0 33 30 243 130 51
Binary 1100 11000011 10001110 1011110 0 11011 11000 10100011 1011000 101001

Color Harmonies of #0CC38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC38E

Black with #0CC38E

Text Example


Text Example

White with #0CC38E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,195,142); }

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

background-color css

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

 a { background-color: rgb(12,195,142); }

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

border-color css

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

 span { border-color: rgb(12,195,142); }

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