Html Css Color HEX #CFF5C4 Tea Green

📋 copy color: '#CFF5C4'

red 207 ◦ green 245 ◦ blue 196

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

Shades of Tea Green #CFF5C4

Tints of Tea Green #CFF5C4

RGB

 RED value IS 207 (81.25% from 255) = 31.94%

 GREEN value IS 245 (96.09% from 255) = 37.81%

 BLUE value IS 196 (76.95% from 255) = 30.25%

R = 31.94%
G = 37.81%
B = 30.25%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.2

 K value IS 0.04

RGB Variations

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

Color information

#CFF5C4 (or 0xCFF5C4) is known color: Tea Green. HEX triplet: CF, F5 and C4. RGB value is (207,245,196). Sum of RGB (Red+Green+Blue) = 207+245+196=648 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.94% from 648); Green value is 245 (96.09% from 255 or 37.81% from 648); Blue value is 196 (76.95% from 255 or 30.25% from 648); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF5C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF5C4 is #300A3B. Grayscale: #E4E4E4. Windows color (decimal): -3148348 or 12907983. OLE color: 12907983.

HSL color Cylindrical-coordinate representation of color #CFF5C4: hue angle of 106.53º degrees, saturation: 0.71, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFF5C4 is Cyan = 0.16, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.04.

Color convert

RGB 207 245 196 -
CMYK 0.16 0 0.2 0.04
HSL 106.53º 0.71% 0.86% -
HSV(B) 106.53º 0.2% 0.96% -
XYZ 68.35 82.56 64.56 -
YUV 228.05 109.91 112.98 -
System Red Green Blue C M Y K H S L
Decimal 207 245 196 0.16 0 0.2 0.04 106.53 0.71 0.86
Hex CF F5 C4 10 0 14 4 6B 47 56
Octal 317 365 304 20 0 24 4 153 107 126
Binary 11001111 11110101 11000100 10000 0 10100 100 1101011 1000111 1010110

Color Harmonies of #CFF5C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF5C4

Black with #CFF5C4

Text Example


Text Example

White with #CFF5C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF5C4; }

 p { color: rgb(207,245,196); }

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

background-color css

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

 a { background-color: rgb(207,245,196); }

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

border-color css

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

 span { border-color: rgb(207,245,196); }

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