Html Css Color HEX #CBF9AD Tea Green

📋 copy color: '#CBF9AD'

red 203 ◦ green 249 ◦ blue 173

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

Shades of Tea Green #CBF9AD

Tints of Tea Green #CBF9AD

RGB

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

 GREEN value IS 249 (97.66% from 255) = 39.84%

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

R = 32.48%
G = 39.84%
B = 27.68%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#CBF9AD (or 0xCBF9AD) is known color: Tea Green. HEX triplet: CB, F9 and AD. RGB value is (203,249,173). Sum of RGB (Red+Green+Blue) = 203+249+173=625 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.48% from 625); Green value is 249 (97.66% from 255 or 39.84% from 625); Blue value is 173 (67.97% from 255 or 27.68% from 625); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF9AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF9AD is #340652. Grayscale: #E2E2E2. Windows color (decimal): -3409491 or 11401675. OLE color: 11401675.

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

Color convert

RGB 203 249 173 -
CMYK 0.18 0 0.31 0.02
HSL 96.32º 0.86% 0.83% -
HSV(B) 96.32º 0.31% 0.98% -
XYZ 66.05 83.47 52.16 -
YUV 226.58 97.76 111.18 -
System Red Green Blue C M Y K H S L
Decimal 203 249 173 0.18 0 0.31 0.02 96.32 0.86 0.83
Hex CB F9 AD 12 0 1F 2 60 56 53
Octal 313 371 255 22 0 37 2 140 126 123
Binary 11001011 11111001 10101101 10010 0 11111 10 1100000 1010110 1010011

Color Harmonies of #CBF9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF9AD

Black with #CBF9AD

Text Example


Text Example

White with #CBF9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF9AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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