Html Css Color HEX #0FDAB0 Caribbean Green

📋 copy color: '#0FDAB0'

red 15 ◦ green 218 ◦ blue 176

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

Shades of Caribbean Green #0FDAB0

Tints of Caribbean Green #0FDAB0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 53.3%

 BLUE value IS 176 (69.14% from 255) = 43.03%

R = 3.67%
G = 53.3%
B = 43.03%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#0FDAB0 (or 0x0FDAB0) is known color: Caribbean Green. HEX triplet: 0F, DA and B0. RGB value is (15,218,176). Sum of RGB (Red+Green+Blue) = 15+218+176=409 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.67% from 409); Green value is 218 (85.55% from 255 or 53.30% from 409); Blue value is 176 (69.14% from 255 or 43.03% from 409); Max value from RGB is 218 - color contains mainly: green. Hex color #0FDAB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDAB0 is #F0254F. Grayscale: #989898. Windows color (decimal): -15738192 or 11590159. OLE color: 11590159.

HSL color Cylindrical-coordinate representation of color #0FDAB0: hue angle of 167.59º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDAB0 is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 15 218 176 -
CMYK 0.93 0 0.19 0.15
HSL 167.59º 0.87% 0.46% -
HSV(B) 167.59º 0.93% 0.85% -
XYZ 33.1 53.38 49.63 -
YUV 152.52 141.25 29.92 -
System Red Green Blue C M Y K H S L
Decimal 15 218 176 0.93 0 0.19 0.15 167.59 0.87 0.46
Hex F DA B0 5D 0 13 F A8 57 2E
Octal 17 332 260 135 0 23 17 250 127 56
Binary 1111 11011010 10110000 1011101 0 10011 1111 10101000 1010111 101110

Color Harmonies of #0FDAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDAB0

Black with #0FDAB0

Text Example


Text Example

White with #0FDAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,218,176); }

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

background-color css

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

 a { background-color: rgb(15,218,176); }

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

border-color css

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

 span { border-color: rgb(15,218,176); }

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