Html Css Color HEX #CCF1B7 Tea Green

📋 copy color: '#CCF1B7'

red 204 ◦ green 241 ◦ blue 183

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

Shades of Tea Green #CCF1B7

Tints of Tea Green #CCF1B7

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.38%

 BLUE value IS 183 (71.88% from 255) = 29.14%

R = 32.48%
G = 38.38%
B = 29.14%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#CCF1B7 (or 0xCCF1B7) is known color: Tea Green. HEX triplet: CC, F1 and B7. RGB value is (204,241,183). Sum of RGB (Red+Green+Blue) = 204+241+183=628 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.48% from 628); Green value is 241 (94.53% from 255 or 38.38% from 628); Blue value is 183 (71.88% from 255 or 29.14% from 628); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF1B7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF1B7 is #330E48. Grayscale: #DFDFDF. Windows color (decimal): -3345993 or 12054988. OLE color: 12054988.

HSL color Cylindrical-coordinate representation of color #CCF1B7: hue angle of 98.28º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCF1B7 is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 241 183 -
CMYK 0.15 0 0.24 0.05
HSL 98.28º 0.67% 0.83% -
HSV(B) 98.28º 0.24% 0.95% -
XYZ 64.9 79.17 56.66 -
YUV 223.33 105.24 114.22 -
System Red Green Blue C M Y K H S L
Decimal 204 241 183 0.15 0 0.24 0.05 98.28 0.67 0.83
Hex CC F1 B7 F 0 18 5 62 43 53
Octal 314 361 267 17 0 30 5 142 103 123
Binary 11001100 11110001 10110111 1111 0 11000 101 1100010 1000011 1010011

Color Harmonies of #CCF1B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF1B7

Black with #CCF1B7

Text Example


Text Example

White with #CCF1B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF1B7; }

 p { color: rgb(204,241,183); }

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

background-color css

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

 a { background-color: rgb(204,241,183); }

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

border-color css

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

 span { border-color: rgb(204,241,183); }

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