Html Css Color HEX #0FD2AD Caribbean Green

📋 copy color: '#0FD2AD'

red 15 ◦ green 210 ◦ blue 173

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

Shades of Caribbean Green #0FD2AD

Tints of Caribbean Green #0FD2AD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 52.76%

 BLUE value IS 173 (67.97% from 255) = 43.47%

R = 3.77%
G = 52.76%
B = 43.47%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#0FD2AD (or 0x0FD2AD) is known color: Caribbean Green. HEX triplet: 0F, D2 and AD. RGB value is (15,210,173). Sum of RGB (Red+Green+Blue) = 15+210+173=398 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.77% from 398); Green value is 210 (82.42% from 255 or 52.76% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 210 - color contains mainly: green. Hex color #0FD2AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FD2AD is #F02D52. Grayscale: #939393. Windows color (decimal): -15740243 or 11391503. OLE color: 11391503.

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

Color convert

RGB 15 210 173 -
CMYK 0.93 0 0.18 0.18
HSL 168.62º 0.87% 0.44% -
HSV(B) 168.62º 0.93% 0.82% -
XYZ 30.79 49.21 47.41 -
YUV 147.48 142.4 33.51 -
System Red Green Blue C M Y K H S L
Decimal 15 210 173 0.93 0 0.18 0.18 168.62 0.87 0.44
Hex F D2 AD 5D 0 12 12 A9 57 2C
Octal 17 322 255 135 0 22 22 251 127 54
Binary 1111 11010010 10101101 1011101 0 10010 10010 10101001 1010111 101100

Color Harmonies of #0FD2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD2AD

Black with #0FD2AD

Text Example


Text Example

White with #0FD2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,210,173); }

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

background-color css

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

 a { background-color: rgb(15,210,173); }

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

border-color css

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

 span { border-color: rgb(15,210,173); }

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