Html Css Color HEX #D3F2BA Tea Green

📋 copy color: '#D3F2BA'

red 211 ◦ green 242 ◦ blue 186

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

Shades of Tea Green #D3F2BA

Tints of Tea Green #D3F2BA

RGB

 RED value IS 211 (82.81% from 255) = 33.02%

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

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

R = 33.02%
G = 37.87%
B = 29.11%

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

#D3F2BA (or 0xD3F2BA) is known color: Tea Green. HEX triplet: D3, F2 and BA. RGB value is (211,242,186). Sum of RGB (Red+Green+Blue) = 211+242+186=639 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.02% from 639); Green value is 242 (94.92% from 255 or 37.87% from 639); Blue value is 186 (73.05% from 255 or 29.11% from 639); Max value from RGB is 242 - color contains mainly: green. Hex color #D3F2BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3F2BA is #2C0D45. Grayscale: #E2E2E2. Windows color (decimal): -2886982 or 12251859. OLE color: 12251859.

HSL color Cylindrical-coordinate representation of color #D3F2BA: hue angle of 93.21º 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 #D3F2BA is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 211 242 186 -
CMYK 0.13 0 0.23 0.05
HSL 93.21º 0.68% 0.84% -
HSV(B) 93.21º 0.23% 0.95% -
XYZ 67.48 80.9 58.51 -
YUV 226.35 105.23 117.05 -
System Red Green Blue C M Y K H S L
Decimal 211 242 186 0.13 0 0.23 0.05 93.21 0.68 0.84
Hex D3 F2 BA D 0 17 5 5D 44 54
Octal 323 362 272 15 0 27 5 135 104 124
Binary 11010011 11110010 10111010 1101 0 10111 101 1011101 1000100 1010100

Color Harmonies of #D3F2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3F2BA

Black with #D3F2BA

Text Example


Text Example

White with #D3F2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3F2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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