Html Css Color HEX #CCF6AF Tea Green

📋 copy color: '#CCF6AF'

red 204 ◦ green 246 ◦ blue 175

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

Shades of Tea Green #CCF6AF

Tints of Tea Green #CCF6AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 28%

R = 32.64%
G = 39.36%
B = 28%

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

#CCF6AF (or 0xCCF6AF) is known color: Tea Green. HEX triplet: CC, F6 and AF. RGB value is (204,246,175). Sum of RGB (Red+Green+Blue) = 204+246+175=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 246 (96.48% from 255 or 39.36% from 625); Blue value is 175 (68.75% from 255 or 28% from 625); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF6AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF6AF is #330950. Grayscale: #E1E1E1. Windows color (decimal): -3344721 or 11531980. OLE color: 11531980.

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

Color convert

RGB 204 246 175 -
CMYK 0.17 0 0.29 0.04
HSL 95.49º 0.8% 0.83% -
HSV(B) 95.49º 0.29% 0.96% -
XYZ 65.6 81.84 52.9 -
YUV 225.35 99.59 112.77 -
System Red Green Blue C M Y K H S L
Decimal 204 246 175 0.17 0 0.29 0.04 95.49 0.8 0.83
Hex CC F6 AF 11 0 1D 4 5F 50 53
Octal 314 366 257 21 0 35 4 137 120 123
Binary 11001100 11110110 10101111 10001 0 11101 100 1011111 1010000 1010011

Color Harmonies of #CCF6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF6AF

Black with #CCF6AF

Text Example


Text Example

White with #CCF6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF6AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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