Html Css Color HEX #CCF6AD Tea Green

📋 copy color: '#CCF6AD'

red 204 ◦ green 246 ◦ blue 173

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

Shades of Tea Green #CCF6AD

Tints of Tea Green #CCF6AD

RGB

 RED value IS 204 (80.08% from 255) = 32.74%

 GREEN value IS 246 (96.48% from 255) = 39.49%

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

R = 32.74%
G = 39.49%
B = 27.77%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#CCF6AD (or 0xCCF6AD) is known color: Tea Green. HEX triplet: CC, F6 and AD. RGB value is (204,246,173). Sum of RGB (Red+Green+Blue) = 204+246+173=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 246 (96.48% from 255 or 39.49% from 623); Blue value is 173 (67.97% from 255 or 27.77% from 623); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF6AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF6AD is #330952. Grayscale: #E1E1E1. Windows color (decimal): -3344723 or 11400908. OLE color: 11400908.

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

Color convert

RGB 204 246 173 -
CMYK 0.17 0 0.30 0.04
HSL 94.52º 0.8% 0.82% -
HSV(B) 94.52º 0.3% 0.96% -
XYZ 65.4 81.77 51.87 -
YUV 225.12 98.59 112.94 -
System Red Green Blue C M Y K H S L
Decimal 204 246 173 0.17 0 0.30 0.04 94.52 0.8 0.82
Hex CC F6 AD 11 0 1E 4 5F 50 52
Octal 314 366 255 21 0 36 4 137 120 122
Binary 11001100 11110110 10101101 10001 0 11110 100 1011111 1010000 1010010

Color Harmonies of #CCF6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF6AD

Black with #CCF6AD

Text Example


Text Example

White with #CCF6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF6AD; }

 p { color: rgb(204,246,173); }

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

background-color css

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

 a { background-color: rgb(204,246,173); }

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

border-color css

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

 span { border-color: rgb(204,246,173); }

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