Html Css Color HEX #CFF6B4 Tea Green

📋 copy color: '#CFF6B4'

red 207 ◦ green 246 ◦ blue 180

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

Shades of Tea Green #CFF6B4

Tints of Tea Green #CFF6B4

RGB

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

 GREEN value IS 246 (96.48% from 255) = 38.86%

 BLUE value IS 180 (70.7% from 255) = 28.44%

R = 32.7%
G = 38.86%
B = 28.44%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.27

 K value IS 0.04

RGB Variations

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

Color information

#CFF6B4 (or 0xCFF6B4) is known color: Tea Green. HEX triplet: CF, F6 and B4. RGB value is (207,246,180). Sum of RGB (Red+Green+Blue) = 207+246+180=633 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.70% from 633); Green value is 246 (96.48% from 255 or 38.86% from 633); Blue value is 180 (70.70% from 255 or 28.44% from 633); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF6B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF6B4 is #30094B. Grayscale: #E3E3E3. Windows color (decimal): -3148108 or 11859663. OLE color: 11859663.

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

Color convert

RGB 207 246 180 -
CMYK 0.16 0 0.27 0.04
HSL 95.45º 0.79% 0.84% -
HSV(B) 95.45º 0.27% 0.96% -
XYZ 66.93 82.47 55.57 -
YUV 226.82 101.58 113.87 -
System Red Green Blue C M Y K H S L
Decimal 207 246 180 0.16 0 0.27 0.04 95.45 0.79 0.84
Hex CF F6 B4 10 0 1B 4 5F 4F 54
Octal 317 366 264 20 0 33 4 137 117 124
Binary 11001111 11110110 10110100 10000 0 11011 100 1011111 1001111 1010100

Color Harmonies of #CFF6B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF6B4

Black with #CFF6B4

Text Example


Text Example

White with #CFF6B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF6B4; }

 p { color: rgb(207,246,180); }

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

background-color css

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

 a { background-color: rgb(207,246,180); }

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

border-color css

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

 span { border-color: rgb(207,246,180); }

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