Html Css Color HEX #D0EFA0 Reef

📋 copy color: '#D0EFA0'

red 208 ◦ green 239 ◦ blue 160

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

Shades of Reef #D0EFA0

Tints of Reef #D0EFA0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.37%

 BLUE value IS 160 (62.89% from 255) = 26.36%

R = 34.27%
G = 39.37%
B = 26.36%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#D0EFA0 (or 0xD0EFA0) is known color: Reef. HEX triplet: D0, EF and A0. RGB value is (208,239,160). Sum of RGB (Red+Green+Blue) = 208+239+160=607 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.27% from 607); Green value is 239 (93.75% from 255 or 39.37% from 607); Blue value is 160 (62.89% from 255 or 26.36% from 607); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EFA0 is #2F105F. Grayscale: #DDDDDD. Windows color (decimal): -3084384 or 10547152. OLE color: 10547152.

HSL color Cylindrical-coordinate representation of color #D0EFA0: hue angle of 83.54º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0EFA0 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 239 160 -
CMYK 0.13 0 0.33 0.06
HSL 83.54º 0.71% 0.78% -
HSV(B) 83.54º 0.33% 0.94% -
XYZ 63.22 77.68 44.92 -
YUV 220.73 93.73 118.92 -
System Red Green Blue C M Y K H S L
Decimal 208 239 160 0.13 0 0.33 0.06 83.54 0.71 0.78
Hex D0 EF A0 D 0 21 6 54 47 4E
Octal 320 357 240 15 0 41 6 124 107 116
Binary 11010000 11101111 10100000 1101 0 100001 110 1010100 1000111 1001110

Color Harmonies of #D0EFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EFA0

Black with #D0EFA0

Text Example


Text Example

White with #D0EFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EFA0; }

 p { color: rgb(208,239,160); }

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

background-color css

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

 a { background-color: rgb(208,239,160); }

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

border-color css

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

 span { border-color: rgb(208,239,160); }

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