Html Css Color HEX #CBFCC1 Tea Green

📋 copy color: '#CBFCC1'

red 203 ◦ green 252 ◦ blue 193

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

Shades of Tea Green #CBFCC1

Tints of Tea Green #CBFCC1

RGB

 RED value IS 203 (79.69% from 255) = 31.33%

 GREEN value IS 252 (98.83% from 255) = 38.89%

 BLUE value IS 193 (75.78% from 255) = 29.78%

R = 31.33%
G = 38.89%
B = 29.78%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#CBFCC1 (or 0xCBFCC1) is known color: Tea Green. HEX triplet: CB, FC and C1. RGB value is (203,252,193). Sum of RGB (Red+Green+Blue) = 203+252+193=648 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.33% from 648); Green value is 252 (98.83% from 255 or 38.89% from 648); Blue value is 193 (75.78% from 255 or 29.78% from 648); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFCC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFCC1 is #34033E. Grayscale: #E6E6E6. Windows color (decimal): -3408703 or 12713163. OLE color: 12713163.

HSL color Cylindrical-coordinate representation of color #CBFCC1: hue angle of 109.83º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBFCC1 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 203 252 193 -
CMYK 0.19 0 0.23 0.01
HSL 109.83º 0.91% 0.87% -
HSV(B) 109.83º 0.23% 0.99% -
XYZ 69.06 86.17 63.44 -
YUV 230.62 106.77 108.3 -
System Red Green Blue C M Y K H S L
Decimal 203 252 193 0.19 0 0.23 0.01 109.83 0.91 0.87
Hex CB FC C1 13 0 17 1 6E 5B 57
Octal 313 374 301 23 0 27 1 156 133 127
Binary 11001011 11111100 11000001 10011 0 10111 1 1101110 1011011 1010111

Color Harmonies of #CBFCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBFCC1

Black with #CBFCC1

Text Example


Text Example

White with #CBFCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBFCC1; }

 p { color: rgb(203,252,193); }

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

background-color css

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

 a { background-color: rgb(203,252,193); }

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

border-color css

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

 span { border-color: rgb(203,252,193); }

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