Html Css Color HEX #CBF5AD Tea Green

📋 copy color: '#CBF5AD'

red 203 ◦ green 245 ◦ blue 173

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

Shades of Tea Green #CBF5AD

Tints of Tea Green #CBF5AD

RGB

 RED value IS 203 (79.69% from 255) = 32.69%

 GREEN value IS 245 (96.09% from 255) = 39.45%

 BLUE value IS 173 (67.97% from 255) = 27.86%

R = 32.69%
G = 39.45%
B = 27.86%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#CBF5AD (or 0xCBF5AD) is known color: Tea Green. HEX triplet: CB, F5 and AD. RGB value is (203,245,173). Sum of RGB (Red+Green+Blue) = 203+245+173=621 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.69% from 621); Green value is 245 (96.09% from 255 or 39.45% from 621); Blue value is 173 (67.97% from 255 or 27.86% from 621); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF5AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF5AD is #340A52. Grayscale: #E0E0E0. Windows color (decimal): -3410515 or 11400651. OLE color: 11400651.

HSL color Cylindrical-coordinate representation of color #CBF5AD: hue angle of 95º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBF5AD is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 245 173 -
CMYK 0.17 0 0.29 0.04
HSL 95º 0.78% 0.82% -
HSV(B) 95º 0.29% 0.96% -
XYZ 64.82 81.02 51.76 -
YUV 224.23 99.09 112.85 -
System Red Green Blue C M Y K H S L
Decimal 203 245 173 0.17 0 0.29 0.04 95 0.78 0.82
Hex CB F5 AD 11 0 1D 4 5F 4E 52
Octal 313 365 255 21 0 35 4 137 116 122
Binary 11001011 11110101 10101101 10001 0 11101 100 1011111 1001110 1010010

Color Harmonies of #CBF5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF5AD

Black with #CBF5AD

Text Example


Text Example

White with #CBF5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF5AD; }

 p { color: rgb(203,245,173); }

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

background-color css

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

 a { background-color: rgb(203,245,173); }

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

border-color css

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

 span { border-color: rgb(203,245,173); }

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