Html Css Color HEX #D2F2BA Tea Green

📋 copy color: '#D2F2BA'

red 210 ◦ green 242 ◦ blue 186

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

Shades of Tea Green #D2F2BA

Tints of Tea Green #D2F2BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 29.15%

R = 32.92%
G = 37.93%
B = 29.15%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#D2F2BA (or 0xD2F2BA) is known color: Tea Green. HEX triplet: D2, F2 and BA. RGB value is (210,242,186). Sum of RGB (Red+Green+Blue) = 210+242+186=638 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.92% from 638); Green value is 242 (94.92% from 255 or 37.93% from 638); Blue value is 186 (73.05% from 255 or 29.15% from 638); Max value from RGB is 242 - color contains mainly: green. Hex color #D2F2BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F2BA is #2D0D45. Grayscale: #E2E2E2. Windows color (decimal): -2952518 or 12251858. OLE color: 12251858.

HSL color Cylindrical-coordinate representation of color #D2F2BA: hue angle of 94.29º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D2F2BA is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 210 242 186 -
CMYK 0.13 0 0.23 0.05
HSL 94.29º 0.68% 0.84% -
HSV(B) 94.29º 0.23% 0.95% -
XYZ 67.19 80.75 58.5 -
YUV 226.05 105.4 116.55 -
System Red Green Blue C M Y K H S L
Decimal 210 242 186 0.13 0 0.23 0.05 94.29 0.68 0.84
Hex D2 F2 BA D 0 17 5 5E 44 54
Octal 322 362 272 15 0 27 5 136 104 124
Binary 11010010 11110010 10111010 1101 0 10111 101 1011110 1000100 1010100

Color Harmonies of #D2F2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F2BA

Black with #D2F2BA

Text Example


Text Example

White with #D2F2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F2BA; }

 p { color: rgb(210,242,186); }

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

background-color css

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

 a { background-color: rgb(210,242,186); }

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

border-color css

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

 span { border-color: rgb(210,242,186); }

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