Html Css Color HEX #0CC190 Caribbean Green

📋 copy color: '#0CC190'

red 12 ◦ green 193 ◦ blue 144

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

Shades of Caribbean Green #0CC190

Tints of Caribbean Green #0CC190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.26%

R = 3.44%
G = 55.3%
B = 41.26%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#0CC190 (or 0x0CC190) is known color: Caribbean Green. HEX triplet: 0C, C1 and 90. RGB value is (12,193,144). Sum of RGB (Red+Green+Blue) = 12+193+144=349 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.44% from 349); Green value is 193 (75.78% from 255 or 55.30% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 193 - color contains mainly: green. Hex color #0CC190 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC190 is #F33E6F. Grayscale: #858585. Windows color (decimal): -15941232 or 9486604. OLE color: 9486604.

HSL color Cylindrical-coordinate representation of color #0CC190: hue angle of 163.76º 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 #0CC190 is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 12 193 144 -
CMYK 0.94 0 0.25 0.24
HSL 163.76º 0.88% 0.4% -
HSV(B) 163.76º 0.94% 0.76% -
XYZ 24.26 40.23 32.87 -
YUV 133.3 134.03 41.48 -
System Red Green Blue C M Y K H S L
Decimal 12 193 144 0.94 0 0.25 0.24 163.76 0.88 0.4
Hex C C1 90 5E 0 19 18 A4 58 28
Octal 14 301 220 136 0 31 30 244 130 50
Binary 1100 11000001 10010000 1011110 0 11001 11000 10100100 1011000 101000

Color Harmonies of #0CC190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC190

Black with #0CC190

Text Example


Text Example

White with #0CC190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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