Html Css Color HEX #D0F0BB Tea Green

📋 copy color: '#D0F0BB'

red 208 ◦ green 240 ◦ blue 187

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

Shades of Tea Green #D0F0BB

Tints of Tea Green #D0F0BB

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.8%

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

R = 32.76%
G = 37.8%
B = 29.45%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#D0F0BB (or 0xD0F0BB) is known color: Tea Green. HEX triplet: D0, F0 and BB. RGB value is (208,240,187). Sum of RGB (Red+Green+Blue) = 208+240+187=635 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.76% from 635); Green value is 240 (94.14% from 255 or 37.80% from 635); Blue value is 187 (73.44% from 255 or 29.45% from 635); Max value from RGB is 240 - color contains mainly: green. Hex color #D0F0BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F0BB is #2F0F44. Grayscale: #E0E0E0. Windows color (decimal): -3084101 or 12316880. OLE color: 12316880.

HSL color Cylindrical-coordinate representation of color #D0F0BB: hue angle of 96.23º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0F0BB is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 240 187 -
CMYK 0.13 0 0.22 0.06
HSL 96.23º 0.64% 0.84% -
HSV(B) 96.23º 0.22% 0.94% -
XYZ 66.14 79.32 58.84 -
YUV 224.39 106.9 116.31 -
System Red Green Blue C M Y K H S L
Decimal 208 240 187 0.13 0 0.22 0.06 96.23 0.64 0.84
Hex D0 F0 BB D 0 16 6 60 40 54
Octal 320 360 273 15 0 26 6 140 100 124
Binary 11010000 11110000 10111011 1101 0 10110 110 1100000 1000000 1010100

Color Harmonies of #D0F0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F0BB

Black with #D0F0BB

Text Example


Text Example

White with #D0F0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F0BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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