Html Css Color HEX #CCF9BF Tea Green

📋 copy color: '#CCF9BF'

red 204 ◦ green 249 ◦ blue 191

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

Shades of Tea Green #CCF9BF

Tints of Tea Green #CCF9BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 29.66%

R = 31.68%
G = 38.66%
B = 29.66%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#CCF9BF (or 0xCCF9BF) is known color: Tea Green. HEX triplet: CC, F9 and BF. RGB value is (204,249,191). Sum of RGB (Red+Green+Blue) = 204+249+191=644 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.68% from 644); Green value is 249 (97.66% from 255 or 38.66% from 644); Blue value is 191 (75% from 255 or 29.66% from 644); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF9BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF9BF is #330640. Grayscale: #E5E5E5. Windows color (decimal): -3343937 or 12581324. OLE color: 12581324.

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

Color convert

RGB 204 249 191 -
CMYK 0.18 0 0.23 0.02
HSL 106.55º 0.83% 0.86% -
HSV(B) 106.55º 0.23% 0.98% -
XYZ 68.18 84.35 61.98 -
YUV 228.93 106.59 110.22 -
System Red Green Blue C M Y K H S L
Decimal 204 249 191 0.18 0 0.23 0.02 106.55 0.83 0.86
Hex CC F9 BF 12 0 17 2 6B 53 56
Octal 314 371 277 22 0 27 2 153 123 126
Binary 11001100 11111001 10111111 10010 0 10111 10 1101011 1010011 1010110

Color Harmonies of #CCF9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF9BF

Black with #CCF9BF

Text Example


Text Example

White with #CCF9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF9BF; }

 p { color: rgb(204,249,191); }

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

background-color css

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

 a { background-color: rgb(204,249,191); }

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

border-color css

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

 span { border-color: rgb(204,249,191); }

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