Html Css Color HEX #0FCD9F Caribbean Green

📋 copy color: '#0FCD9F'

red 15 ◦ green 205 ◦ blue 159

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

Shades of Caribbean Green #0FCD9F

Tints of Caribbean Green #0FCD9F

RGB

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

 GREEN value IS 205 (80.47% from 255) = 54.09%

 BLUE value IS 159 (62.5% from 255) = 41.95%

R = 3.96%
G = 54.09%
B = 41.95%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#0FCD9F (or 0x0FCD9F) is known color: Caribbean Green. HEX triplet: 0F, CD and 9F. RGB value is (15,205,159). Sum of RGB (Red+Green+Blue) = 15+205+159=379 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.96% from 379); Green value is 205 (80.47% from 255 or 54.09% from 379); Blue value is 159 (62.5% from 255 or 41.95% from 379); Max value from RGB is 205 - color contains mainly: green. Hex color #0FCD9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCD9F is #F03260. Grayscale: #8E8E8E. Windows color (decimal): -15741537 or 10472719. OLE color: 10472719.

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

Color convert

RGB 15 205 159 -
CMYK 0.93 0 0.22 0.20
HSL 165.47º 0.86% 0.43% -
HSV(B) 165.47º 0.93% 0.8% -
XYZ 28.29 46.27 40.24 -
YUV 142.95 137.05 36.74 -
System Red Green Blue C M Y K H S L
Decimal 15 205 159 0.93 0 0.22 0.20 165.47 0.86 0.43
Hex F CD 9F 5D 0 16 14 A5 56 2B
Octal 17 315 237 135 0 26 24 245 126 53
Binary 1111 11001101 10011111 1011101 0 10110 10100 10100101 1010110 101011

Color Harmonies of #0FCD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCD9F

Black with #0FCD9F

Text Example


Text Example

White with #0FCD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,205,159); }

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

background-color css

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

 a { background-color: rgb(15,205,159); }

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

border-color css

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

 span { border-color: rgb(15,205,159); }

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