Html Css Color HEX #D2EFB4 Tea Green

📋 copy color: '#D2EFB4'

red 210 ◦ green 239 ◦ blue 180

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

Shades of Tea Green #D2EFB4

Tints of Tea Green #D2EFB4

RGB

 RED value IS 210 (82.42% from 255) = 33.39%

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

 BLUE value IS 180 (70.7% from 255) = 28.62%

R = 33.39%
G = 38%
B = 28.62%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#D2EFB4 (or 0xD2EFB4) is known color: Tea Green. HEX triplet: D2, EF and B4. RGB value is (210,239,180). Sum of RGB (Red+Green+Blue) = 210+239+180=629 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.39% from 629); Green value is 239 (93.75% from 255 or 38.00% from 629); Blue value is 180 (70.70% from 255 or 28.62% from 629); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EFB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EFB4 is #2D104B. Grayscale: #DFDFDF. Windows color (decimal): -2953292 or 11857874. OLE color: 11857874.

HSL color Cylindrical-coordinate representation of color #D2EFB4: hue angle of 89.49º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D2EFB4 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 239 180 -
CMYK 0.12 0 0.25 0.06
HSL 89.49º 0.65% 0.82% -
HSV(B) 89.49º 0.25% 0.94% -
XYZ 65.68 78.73 54.91 -
YUV 223.6 103.39 118.3 -
System Red Green Blue C M Y K H S L
Decimal 210 239 180 0.12 0 0.25 0.06 89.49 0.65 0.82
Hex D2 EF B4 C 0 19 6 59 41 52
Octal 322 357 264 14 0 31 6 131 101 122
Binary 11010010 11101111 10110100 1100 0 11001 110 1011001 1000001 1010010

Color Harmonies of #D2EFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EFB4

Black with #D2EFB4

Text Example


Text Example

White with #D2EFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EFB4; }

 p { color: rgb(210,239,180); }

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

background-color css

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

 a { background-color: rgb(210,239,180); }

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

border-color css

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

 span { border-color: rgb(210,239,180); }

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