Html Css Color HEX #CCF9BD Tea Green

📋 copy color: '#CCF9BD'

red 204 ◦ green 249 ◦ blue 189

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

Shades of Tea Green #CCF9BD

Tints of Tea Green #CCF9BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 29.44%

R = 31.78%
G = 38.79%
B = 29.44%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#CCF9BD (or 0xCCF9BD) is known color: Tea Green. HEX triplet: CC, F9 and BD. RGB value is (204,249,189). Sum of RGB (Red+Green+Blue) = 204+249+189=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 249 (97.66% from 255 or 38.79% from 642); Blue value is 189 (74.22% from 255 or 29.44% from 642); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF9BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF9BD is #330642. Grayscale: #E4E4E4. Windows color (decimal): -3343939 or 12450252. OLE color: 12450252.

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

Color convert

RGB 204 249 189 -
CMYK 0.18 0 0.24 0.02
HSL 105º 0.83% 0.86% -
HSV(B) 105º 0.24% 0.98% -
XYZ 67.96 84.26 60.83 -
YUV 228.71 105.59 110.38 -
System Red Green Blue C M Y K H S L
Decimal 204 249 189 0.18 0 0.24 0.02 105 0.83 0.86
Hex CC F9 BD 12 0 18 2 69 53 56
Octal 314 371 275 22 0 30 2 151 123 126
Binary 11001100 11111001 10111101 10010 0 11000 10 1101001 1010011 1010110

Color Harmonies of #CCF9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF9BD

Black with #CCF9BD

Text Example


Text Example

White with #CCF9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF9BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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