Html Css Color HEX #CFF3B0 Tea Green

📋 copy color: '#CFF3B0'

red 207 ◦ green 243 ◦ blue 176

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

Shades of Tea Green #CFF3B0

Tints of Tea Green #CFF3B0

RGB

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

 GREEN value IS 243 (95.31% from 255) = 38.82%

 BLUE value IS 176 (69.14% from 255) = 28.12%

R = 33.07%
G = 38.82%
B = 28.12%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#CFF3B0 (or 0xCFF3B0) is known color: Tea Green. HEX triplet: CF, F3 and B0. RGB value is (207,243,176). Sum of RGB (Red+Green+Blue) = 207+243+176=626 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.07% from 626); Green value is 243 (95.31% from 255 or 38.82% from 626); Blue value is 176 (69.14% from 255 or 28.12% from 626); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF3B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF3B0 is #300C4F. Grayscale: #E0E0E0. Windows color (decimal): -3148880 or 11596751. OLE color: 11596751.

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

Color convert

RGB 207 243 176 -
CMYK 0.15 0 0.28 0.05
HSL 92.24º 0.74% 0.82% -
HSV(B) 92.24º 0.28% 0.95% -
XYZ 65.62 80.5 53.15 -
YUV 224.6 100.57 115.45 -
System Red Green Blue C M Y K H S L
Decimal 207 243 176 0.15 0 0.28 0.05 92.24 0.74 0.82
Hex CF F3 B0 F 0 1C 5 5C 4A 52
Octal 317 363 260 17 0 34 5 134 112 122
Binary 11001111 11110011 10110000 1111 0 11100 101 1011100 1001010 1010010

Color Harmonies of #CFF3B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF3B0

Black with #CFF3B0

Text Example


Text Example

White with #CFF3B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF3B0; }

 p { color: rgb(207,243,176); }

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

background-color css

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

 a { background-color: rgb(207,243,176); }

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

border-color css

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

 span { border-color: rgb(207,243,176); }

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