Html Css Color HEX #0FCA8F Caribbean Green

📋 copy color: '#0FCA8F'

red 15 ◦ green 202 ◦ blue 143

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

Shades of Caribbean Green #0FCA8F

Tints of Caribbean Green #0FCA8F

RGB

 RED value IS 15 (6.25% from 255) = 4.17%

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

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

R = 4.17%
G = 56.11%
B = 39.72%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#0FCA8F (or 0x0FCA8F) is known color: Caribbean Green. HEX triplet: 0F, CA and 8F. RGB value is (15,202,143). Sum of RGB (Red+Green+Blue) = 15+202+143=360 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.17% from 360); Green value is 202 (79.30% from 255 or 56.11% from 360); Blue value is 143 (56.25% from 255 or 39.72% from 360); Max value from RGB is 202 - color contains mainly: green. Hex color #0FCA8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCA8F is #F03570. Grayscale: #8B8B8B. Windows color (decimal): -15742321 or 9423375. OLE color: 9423375.

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

Color convert

RGB 15 202 143 -
CMYK 0.93 0 0.29 0.21
HSL 161.07º 0.86% 0.43% -
HSV(B) 161.07º 0.93% 0.79% -
XYZ 26.28 44.33 33.16 -
YUV 139.36 130.05 39.3 -
System Red Green Blue C M Y K H S L
Decimal 15 202 143 0.93 0 0.29 0.21 161.07 0.86 0.43
Hex F CA 8F 5D 0 1D 15 A1 56 2B
Octal 17 312 217 135 0 35 25 241 126 53
Binary 1111 11001010 10001111 1011101 0 11101 10101 10100001 1010110 101011

Color Harmonies of #0FCA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCA8F

Black with #0FCA8F

Text Example


Text Example

White with #0FCA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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