Html Css Color HEX #0FDCB2 Caribbean Green

📋 copy color: '#0FDCB2'

red 15 ◦ green 220 ◦ blue 178

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

Shades of Caribbean Green #0FDCB2

Tints of Caribbean Green #0FDCB2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 53.27%

 BLUE value IS 178 (69.92% from 255) = 43.1%

R = 3.63%
G = 53.27%
B = 43.1%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#0FDCB2 (or 0x0FDCB2) is known color: Caribbean Green. HEX triplet: 0F, DC and B2. RGB value is (15,220,178). Sum of RGB (Red+Green+Blue) = 15+220+178=413 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.63% from 413); Green value is 220 (86.33% from 255 or 53.27% from 413); Blue value is 178 (69.92% from 255 or 43.10% from 413); Max value from RGB is 220 - color contains mainly: green. Hex color #0FDCB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDCB2 is #F0234D. Grayscale: #999999. Windows color (decimal): -15737678 or 11721743. OLE color: 11721743.

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

Color convert

RGB 15 220 178 -
CMYK 0.93 0 0.19 0.14
HSL 167.71º 0.87% 0.46% -
HSV(B) 167.71º 0.93% 0.86% -
XYZ 33.83 54.5 50.86 -
YUV 153.92 141.58 28.92 -
System Red Green Blue C M Y K H S L
Decimal 15 220 178 0.93 0 0.19 0.14 167.71 0.87 0.46
Hex F DC B2 5D 0 13 E A8 57 2E
Octal 17 334 262 135 0 23 16 250 127 56
Binary 1111 11011100 10110010 1011101 0 10011 1110 10101000 1010111 101110

Color Harmonies of #0FDCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDCB2

Black with #0FDCB2

Text Example


Text Example

White with #0FDCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,220,178); }

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

background-color css

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

 a { background-color: rgb(15,220,178); }

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

border-color css

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

 span { border-color: rgb(15,220,178); }

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