Html Css Color HEX #0CC19F Caribbean Green

📋 copy color: '#0CC19F'

red 12 ◦ green 193 ◦ blue 159

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

Shades of Caribbean Green #0CC19F

Tints of Caribbean Green #0CC19F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 53.02%

 BLUE value IS 159 (62.5% from 255) = 43.68%

R = 3.3%
G = 53.02%
B = 43.68%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#0CC19F (or 0x0CC19F) is known color: Caribbean Green. HEX triplet: 0C, C1 and 9F. RGB value is (12,193,159). Sum of RGB (Red+Green+Blue) = 12+193+159=364 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.30% from 364); Green value is 193 (75.78% from 255 or 53.02% from 364); Blue value is 159 (62.5% from 255 or 43.68% from 364); Max value from RGB is 193 - color contains mainly: green. Hex color #0CC19F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC19F is #F33E60. Grayscale: #868686. Windows color (decimal): -15941217 or 10469644. OLE color: 10469644.

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

Color convert

RGB 12 193 159 -
CMYK 0.94 0 0.18 0.24
HSL 168.73º 0.88% 0.4% -
HSV(B) 168.73º 0.94% 0.76% -
XYZ 25.48 40.72 39.32 -
YUV 135.01 141.53 40.26 -
System Red Green Blue C M Y K H S L
Decimal 12 193 159 0.94 0 0.18 0.24 168.73 0.88 0.4
Hex C C1 9F 5E 0 12 18 A9 58 28
Octal 14 301 237 136 0 22 30 251 130 50
Binary 1100 11000001 10011111 1011110 0 10010 11000 10101001 1011000 101000

Color Harmonies of #0CC19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC19F

Black with #0CC19F

Text Example


Text Example

White with #0CC19F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,193,159); }

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

background-color css

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

 a { background-color: rgb(12,193,159); }

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

border-color css

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

 span { border-color: rgb(12,193,159); }

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