Html Css Color HEX #D2FABC Tea Green

📋 copy color: '#D2FABC'

red 210 ◦ green 250 ◦ blue 188

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

Shades of Tea Green #D2FABC

Tints of Tea Green #D2FABC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.58%

 BLUE value IS 188 (73.83% from 255) = 29.01%

R = 32.41%
G = 38.58%
B = 29.01%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#D2FABC (or 0xD2FABC) is known color: Tea Green. HEX triplet: D2, FA and BC. RGB value is (210,250,188). Sum of RGB (Red+Green+Blue) = 210+250+188=648 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.41% from 648); Green value is 250 (98.05% from 255 or 38.58% from 648); Blue value is 188 (73.83% from 255 or 29.01% from 648); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FABC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FABC is #2D0543. Grayscale: #E7E7E7. Windows color (decimal): -2950468 or 12384978. OLE color: 12384978.

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

Color convert

RGB 210 250 188 -
CMYK 0.16 0 0.25 0.02
HSL 98.71º 0.86% 0.86% -
HSV(B) 98.71º 0.25% 0.98% -
XYZ 69.84 85.7 60.44 -
YUV 230.97 103.75 113.04 -
System Red Green Blue C M Y K H S L
Decimal 210 250 188 0.16 0 0.25 0.02 98.71 0.86 0.86
Hex D2 FA BC 10 0 19 2 63 56 56
Octal 322 372 274 20 0 31 2 143 126 126
Binary 11010010 11111010 10111100 10000 0 11001 10 1100011 1010110 1010110

Color Harmonies of #D2FABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FABC

Black with #D2FABC

Text Example


Text Example

White with #D2FABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FABC; }

 p { color: rgb(210,250,188); }

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

background-color css

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

 a { background-color: rgb(210,250,188); }

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

border-color css

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

 span { border-color: rgb(210,250,188); }

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