Html Css Color HEX #CFF1BB Tea Green

📋 copy color: '#CFF1BB'

red 207 ◦ green 241 ◦ blue 187

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

Shades of Tea Green #CFF1BB

Tints of Tea Green #CFF1BB

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.95%

 BLUE value IS 187 (73.44% from 255) = 29.45%

R = 32.6%
G = 37.95%
B = 29.45%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#CFF1BB (or 0xCFF1BB) is known color: Tea Green. HEX triplet: CF, F1 and BB. RGB value is (207,241,187). Sum of RGB (Red+Green+Blue) = 207+241+187=635 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.60% from 635); Green value is 241 (94.53% from 255 or 37.95% from 635); Blue value is 187 (73.44% from 255 or 29.45% from 635); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF1BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF1BB is #300E44. Grayscale: #E0E0E0. Windows color (decimal): -3149381 or 12317135. OLE color: 12317135.

HSL color Cylindrical-coordinate representation of color #CFF1BB: hue angle of 97.78º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFF1BB is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 241 187 -
CMYK 0.14 0 0.22 0.05
HSL 97.78º 0.66% 0.84% -
HSV(B) 97.78º 0.22% 0.95% -
XYZ 66.16 79.76 58.92 -
YUV 224.68 106.74 115.39 -
System Red Green Blue C M Y K H S L
Decimal 207 241 187 0.14 0 0.22 0.05 97.78 0.66 0.84
Hex CF F1 BB E 0 16 5 62 42 54
Octal 317 361 273 16 0 26 5 142 102 124
Binary 11001111 11110001 10111011 1110 0 10110 101 1100010 1000010 1010100

Color Harmonies of #CFF1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF1BB

Black with #CFF1BB

Text Example


Text Example

White with #CFF1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF1BB; }

 p { color: rgb(207,241,187); }

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

background-color css

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

 a { background-color: rgb(207,241,187); }

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

border-color css

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

 span { border-color: rgb(207,241,187); }

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