Html Css Color HEX #D0FCBB Tea Green

📋 copy color: '#D0FCBB'

red 208 ◦ green 252 ◦ blue 187

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

Shades of Tea Green #D0FCBB

Tints of Tea Green #D0FCBB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.95%

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

R = 32.15%
G = 38.95%
B = 28.9%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#D0FCBB (or 0xD0FCBB) is known color: Tea Green. HEX triplet: D0, FC and BB. RGB value is (208,252,187). Sum of RGB (Red+Green+Blue) = 208+252+187=647 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.15% from 647); Green value is 252 (98.83% from 255 or 38.95% from 647); Blue value is 187 (73.44% from 255 or 28.90% from 647); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FCBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FCBB is #2F0344. Grayscale: #E7E7E7. Windows color (decimal): -3081029 or 12319952. OLE color: 12319952.

HSL color Cylindrical-coordinate representation of color #D0FCBB: hue angle of 100.62º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0FCBB is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 208 252 187 -
CMYK 0.17 0 0.26 0.01
HSL 100.62º 0.92% 0.86% -
HSV(B) 100.62º 0.26% 0.99% -
XYZ 69.79 86.62 60.05 -
YUV 231.43 102.92 111.29 -
System Red Green Blue C M Y K H S L
Decimal 208 252 187 0.17 0 0.26 0.01 100.62 0.92 0.86
Hex D0 FC BB 11 0 1A 1 65 5C 56
Octal 320 374 273 21 0 32 1 145 134 126
Binary 11010000 11111100 10111011 10001 0 11010 1 1100101 1011100 1010110

Color Harmonies of #D0FCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FCBB

Black with #D0FCBB

Text Example


Text Example

White with #D0FCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FCBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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