Html Css Color HEX #CFF3B2 Tea Green

📋 copy color: '#CFF3B2'

red 207 ◦ green 243 ◦ blue 178

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

Shades of Tea Green #CFF3B2

Tints of Tea Green #CFF3B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 28.34%

R = 32.96%
G = 38.69%
B = 28.34%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#CFF3B2 (or 0xCFF3B2) is known color: Tea Green. HEX triplet: CF, F3 and B2. RGB value is (207,243,178). Sum of RGB (Red+Green+Blue) = 207+243+178=628 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.96% from 628); Green value is 243 (95.31% from 255 or 38.69% from 628); Blue value is 178 (69.92% from 255 or 28.34% from 628); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF3B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF3B2 is #300C4D. Grayscale: #E1E1E1. Windows color (decimal): -3148878 or 11727823. OLE color: 11727823.

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

Color convert

RGB 207 243 178 -
CMYK 0.15 0 0.27 0.05
HSL 93.23º 0.73% 0.83% -
HSV(B) 93.23º 0.27% 0.95% -
XYZ 65.82 80.58 54.2 -
YUV 224.83 101.57 115.29 -
System Red Green Blue C M Y K H S L
Decimal 207 243 178 0.15 0 0.27 0.05 93.23 0.73 0.83
Hex CF F3 B2 F 0 1B 5 5D 49 53
Octal 317 363 262 17 0 33 5 135 111 123
Binary 11001111 11110011 10110010 1111 0 11011 101 1011101 1001001 1010011

Color Harmonies of #CFF3B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF3B2

Black with #CFF3B2

Text Example


Text Example

White with #CFF3B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF3B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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