Html Css Color HEX #D2FBB1 Tea Green

📋 copy color: '#D2FBB1'

red 210 ◦ green 251 ◦ blue 177

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

Shades of Tea Green #D2FBB1

Tints of Tea Green #D2FBB1

RGB

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

 GREEN value IS 251 (98.44% from 255) = 39.34%

 BLUE value IS 177 (69.53% from 255) = 27.74%

R = 32.92%
G = 39.34%
B = 27.74%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#D2FBB1 (or 0xD2FBB1) is known color: Tea Green. HEX triplet: D2, FB and B1. RGB value is (210,251,177). Sum of RGB (Red+Green+Blue) = 210+251+177=638 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.92% from 638); Green value is 251 (98.44% from 255 or 39.34% from 638); Blue value is 177 (69.53% from 255 or 27.74% from 638); Max value from RGB is 251 - color contains mainly: green. Hex color #D2FBB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FBB1 is #2D044E. Grayscale: #E6E6E6. Windows color (decimal): -2950223 or 11664338. OLE color: 11664338.

HSL color Cylindrical-coordinate representation of color #D2FBB1: hue angle of 93.24º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2FBB1 is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 251 177 -
CMYK 0.16 0 0.29 0.02
HSL 93.24º 0.9% 0.84% -
HSV(B) 93.24º 0.29% 0.98% -
XYZ 69.01 85.87 54.53 -
YUV 230.31 97.92 113.52 -
System Red Green Blue C M Y K H S L
Decimal 210 251 177 0.16 0 0.29 0.02 93.24 0.9 0.84
Hex D2 FB B1 10 0 1D 2 5D 5A 54
Octal 322 373 261 20 0 35 2 135 132 124
Binary 11010010 11111011 10110001 10000 0 11101 10 1011101 1011010 1010100

Color Harmonies of #D2FBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FBB1

Black with #D2FBB1

Text Example


Text Example

White with #D2FBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FBB1; }

 p { color: rgb(210,251,177); }

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

background-color css

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

 a { background-color: rgb(210,251,177); }

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

border-color css

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

 span { border-color: rgb(210,251,177); }

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