Html Css Color HEX #0CC48F Caribbean Green

📋 copy color: '#0CC48F'

red 12 ◦ green 196 ◦ blue 143

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

Shades of Caribbean Green #0CC48F

Tints of Caribbean Green #0CC48F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 55.84%

 BLUE value IS 143 (56.25% from 255) = 40.74%

R = 3.42%
G = 55.84%
B = 40.74%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#0CC48F (or 0x0CC48F) is known color: Caribbean Green. HEX triplet: 0C, C4 and 8F. RGB value is (12,196,143). Sum of RGB (Red+Green+Blue) = 12+196+143=351 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.42% from 351); Green value is 196 (76.95% from 255 or 55.84% from 351); Blue value is 143 (56.25% from 255 or 40.74% from 351); Max value from RGB is 196 - color contains mainly: green. Hex color #0CC48F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC48F is #F33B70. Grayscale: #868686. Windows color (decimal): -15940465 or 9421836. OLE color: 9421836.

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

Color convert

RGB 12 196 143 -
CMYK 0.94 0 0.27 0.23
HSL 162.72º 0.88% 0.41% -
HSV(B) 162.72º 0.94% 0.77% -
XYZ 24.85 41.54 32.7 -
YUV 134.94 132.54 40.31 -
System Red Green Blue C M Y K H S L
Decimal 12 196 143 0.94 0 0.27 0.23 162.72 0.88 0.41
Hex C C4 8F 5E 0 1B 17 A3 58 29
Octal 14 304 217 136 0 33 27 243 130 51
Binary 1100 11000100 10001111 1011110 0 11011 10111 10100011 1011000 101001

Color Harmonies of #0CC48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC48F

Black with #0CC48F

Text Example


Text Example

White with #0CC48F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,196,143); }

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

background-color css

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

 a { background-color: rgb(12,196,143); }

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

border-color css

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

 span { border-color: rgb(12,196,143); }

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