Html Css Color HEX #0FDEB1 Caribbean Green

📋 copy color: '#0FDEB1'

red 15 ◦ green 222 ◦ blue 177

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

Shades of Caribbean Green #0FDEB1

Tints of Caribbean Green #0FDEB1

RGB

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

 GREEN value IS 222 (87.11% from 255) = 53.62%

 BLUE value IS 177 (69.53% from 255) = 42.75%

R = 3.62%
G = 53.62%
B = 42.75%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#0FDEB1 (or 0x0FDEB1) is known color: Caribbean Green. HEX triplet: 0F, DE and B1. RGB value is (15,222,177). Sum of RGB (Red+Green+Blue) = 15+222+177=414 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.62% from 414); Green value is 222 (87.11% from 255 or 53.62% from 414); Blue value is 177 (69.53% from 255 or 42.75% from 414); Max value from RGB is 222 - color contains mainly: green. Hex color #0FDEB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDEB1 is #F0214E. Grayscale: #9A9A9A. Windows color (decimal): -15737167 or 11656719. OLE color: 11656719.

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

Color convert

RGB 15 222 177 -
CMYK 0.93 0 0.20 0.13
HSL 166.96º 0.87% 0.46% -
HSV(B) 166.96º 0.93% 0.87% -
XYZ 34.25 55.52 50.51 -
YUV 154.98 140.42 28.16 -
System Red Green Blue C M Y K H S L
Decimal 15 222 177 0.93 0 0.20 0.13 166.96 0.87 0.46
Hex F DE B1 5D 0 14 D A7 57 2E
Octal 17 336 261 135 0 24 15 247 127 56
Binary 1111 11011110 10110001 1011101 0 10100 1101 10100111 1010111 101110

Color Harmonies of #0FDEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDEB1

Black with #0FDEB1

Text Example


Text Example

White with #0FDEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,222,177); }

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

background-color css

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

 a { background-color: rgb(15,222,177); }

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

border-color css

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

 span { border-color: rgb(15,222,177); }

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