Html Css Color HEX #D0F2BB Tea Green

📋 copy color: '#D0F2BB'

red 208 ◦ green 242 ◦ blue 187

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

Shades of Tea Green #D0F2BB

Tints of Tea Green #D0F2BB

RGB

 RED value IS 208 (81.64% from 255) = 32.65%

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

 BLUE value IS 187 (73.44% from 255) = 29.36%

R = 32.65%
G = 37.99%
B = 29.36%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#D0F2BB (or 0xD0F2BB) is known color: Tea Green. HEX triplet: D0, F2 and BB. RGB value is (208,242,187). Sum of RGB (Red+Green+Blue) = 208+242+187=637 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.65% from 637); Green value is 242 (94.92% from 255 or 37.99% from 637); Blue value is 187 (73.44% from 255 or 29.36% from 637); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F2BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F2BB is #2F0D44. Grayscale: #E1E1E1. Windows color (decimal): -3083589 or 12317392. OLE color: 12317392.

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

Color convert

RGB 208 242 187 -
CMYK 0.14 0 0.23 0.05
HSL 97.09º 0.68% 0.84% -
HSV(B) 97.09º 0.23% 0.95% -
XYZ 66.73 80.5 59.03 -
YUV 225.56 106.24 115.47 -
System Red Green Blue C M Y K H S L
Decimal 208 242 187 0.14 0 0.23 0.05 97.09 0.68 0.84
Hex D0 F2 BB E 0 17 5 61 44 54
Octal 320 362 273 16 0 27 5 141 104 124
Binary 11010000 11110010 10111011 1110 0 10111 101 1100001 1000100 1010100

Color Harmonies of #D0F2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F2BB

Black with #D0F2BB

Text Example


Text Example

White with #D0F2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F2BB; }

 p { color: rgb(208,242,187); }

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

background-color css

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

 a { background-color: rgb(208,242,187); }

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

border-color css

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

 span { border-color: rgb(208,242,187); }

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