Html Css Color HEX #0CCA8F Caribbean Green

📋 copy color: '#0CCA8F'

red 12 ◦ green 202 ◦ blue 143

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

Shades of Caribbean Green #0CCA8F

Tints of Caribbean Green #0CCA8F

RGB

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

 GREEN value IS 202 (79.3% from 255) = 56.58%

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

R = 3.36%
G = 56.58%
B = 40.06%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#0CCA8F (or 0x0CCA8F) is known color: Caribbean Green. HEX triplet: 0C, CA and 8F. RGB value is (12,202,143). Sum of RGB (Red+Green+Blue) = 12+202+143=357 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.36% from 357); Green value is 202 (79.30% from 255 or 56.58% from 357); Blue value is 143 (56.25% from 255 or 40.06% from 357); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCA8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CCA8F is #F33570. Grayscale: #8A8A8A. Windows color (decimal): -15938929 or 9423372. OLE color: 9423372.

HSL color Cylindrical-coordinate representation of color #0CCA8F: hue angle of 161.37º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCA8F is Cyan = 0.94, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB 12 202 143 -
CMYK 0.94 0 0.29 0.21
HSL 161.37º 0.89% 0.42% -
HSV(B) 161.37º 0.94% 0.79% -
XYZ 26.23 44.3 33.16 -
YUV 138.46 130.55 37.8 -
System Red Green Blue C M Y K H S L
Decimal 12 202 143 0.94 0 0.29 0.21 161.37 0.89 0.42
Hex C CA 8F 5E 0 1D 15 A1 59 2A
Octal 14 312 217 136 0 35 25 241 131 52
Binary 1100 11001010 10001111 1011110 0 11101 10101 10100001 1011001 101010

Color Harmonies of #0CCA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCA8F

Black with #0CCA8F

Text Example


Text Example

White with #0CCA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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