Html Css Color HEX #D0F2AD Reef

📋 copy color: '#D0F2AD'

red 208 ◦ green 242 ◦ blue 173

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

Shades of Reef #D0F2AD

Tints of Reef #D0F2AD

RGB

 RED value IS 208 (81.64% from 255) = 33.39%

 GREEN value IS 242 (94.92% from 255) = 38.84%

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

R = 33.39%
G = 38.84%
B = 27.77%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#D0F2AD (or 0xD0F2AD) is known color: Reef. HEX triplet: D0, F2 and AD. RGB value is (208,242,173). Sum of RGB (Red+Green+Blue) = 208+242+173=623 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.39% from 623); Green value is 242 (94.92% from 255 or 38.84% from 623); Blue value is 173 (67.97% from 255 or 27.77% from 623); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F2AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F2AD is #2F0D52. Grayscale: #E0E0E0. Windows color (decimal): -3083603 or 11399888. OLE color: 11399888.

HSL color Cylindrical-coordinate representation of color #D0F2AD: hue angle of 89.57º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D0F2AD is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 242 173 -
CMYK 0.14 0 0.29 0.05
HSL 89.57º 0.73% 0.81% -
HSV(B) 89.57º 0.29% 0.95% -
XYZ 65.31 79.93 51.52 -
YUV 223.97 99.24 116.61 -
System Red Green Blue C M Y K H S L
Decimal 208 242 173 0.14 0 0.29 0.05 89.57 0.73 0.81
Hex D0 F2 AD E 0 1D 5 5A 49 51
Octal 320 362 255 16 0 35 5 132 111 121
Binary 11010000 11110010 10101101 1110 0 11101 101 1011010 1001001 1010001

Color Harmonies of #D0F2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F2AD

Black with #D0F2AD

Text Example


Text Example

White with #D0F2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F2AD; }

 p { color: rgb(208,242,173); }

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

background-color css

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

 a { background-color: rgb(208,242,173); }

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

border-color css

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

 span { border-color: rgb(208,242,173); }

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