Html Css Color HEX #CCFFC1 Tea Green

📋 copy color: '#CCFFC1'

red 204 ◦ green 255 ◦ blue 193

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

Shades of Tea Green #CCFFC1

Tints of Tea Green #CCFFC1

RGB

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

 GREEN value IS 255 (100% from 255) = 39.11%

 BLUE value IS 193 (75.78% from 255) = 29.6%

R = 31.29%
G = 39.11%
B = 29.6%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#CCFFC1 (or 0xCCFFC1) is known color: Tea Green. HEX triplet: CC, FF and C1. RGB value is (204,255,193). Sum of RGB (Red+Green+Blue) = 204+255+193=652 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.29% from 652); Green value is 255 (100% from 255 or 39.11% from 652); Blue value is 193 (75.78% from 255 or 29.60% from 652); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFFC1 is #33003E. Grayscale: #E8E8E8. Windows color (decimal): -3342399 or 12713932. OLE color: 12713932.

HSL color Cylindrical-coordinate representation of color #CCFFC1: hue angle of 109.35º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCFFC1 is Cyan = 0.2, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB 204 255 193 -
CMYK 0.2 0 0.24 0
HSL 109.35º 1% 0.88% -
HSV(B) 109.35º 0.24% 1% -
XYZ 70.29 88.21 63.77 -
YUV 232.68 105.6 107.54 -
System Red Green Blue C M Y K H S L
Decimal 204 255 193 0.2 0 0.24 0 109.35 1 0.88
Hex CC FF C1 14 0 18 0 6D 64 58
Octal 314 377 301 24 0 30 0 155 144 130
Binary 11001100 11111111 11000001 10100 0 11000 0 1101101 1100100 1011000

Color Harmonies of #CCFFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFFC1

Black with #CCFFC1

Text Example


Text Example

White with #CCFFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFFC1; }

 p { color: rgb(204,255,193); }

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

background-color css

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

 a { background-color: rgb(204,255,193); }

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

border-color css

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

 span { border-color: rgb(204,255,193); }

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