Html Css Color HEX #0CC398 Caribbean Green

📋 copy color: '#0CC398'

red 12 ◦ green 195 ◦ blue 152

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

Shades of Caribbean Green #0CC398

Tints of Caribbean Green #0CC398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 42.34%

R = 3.34%
G = 54.32%
B = 42.34%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#0CC398 (or 0x0CC398) is known color: Caribbean Green. HEX triplet: 0C, C3 and 98. RGB value is (12,195,152). Sum of RGB (Red+Green+Blue) = 12+195+152=359 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.34% from 359); Green value is 195 (76.56% from 255 or 54.32% from 359); Blue value is 152 (59.77% from 255 or 42.34% from 359); Max value from RGB is 195 - color contains mainly: green. Hex color #0CC398 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC398 is #F33C67. Grayscale: #878787. Windows color (decimal): -15940712 or 10011404. OLE color: 10011404.

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

Color convert

RGB 12 195 152 -
CMYK 0.94 0 0.22 0.24
HSL 165.9º 0.88% 0.41% -
HSV(B) 165.9º 0.94% 0.76% -
XYZ 25.33 41.38 36.36 -
YUV 135.38 137.37 40 -
System Red Green Blue C M Y K H S L
Decimal 12 195 152 0.94 0 0.22 0.24 165.9 0.88 0.41
Hex C C3 98 5E 0 16 18 A6 58 29
Octal 14 303 230 136 0 26 30 246 130 51
Binary 1100 11000011 10011000 1011110 0 10110 11000 10100110 1011000 101001

Color Harmonies of #0CC398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC398

Black with #0CC398

Text Example


Text Example

White with #0CC398

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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