Html Css Color HEX #CBF9BB Tea Green

📋 copy color: '#CBF9BB'

red 203 ◦ green 249 ◦ blue 187

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

Shades of Tea Green #CBF9BB

Tints of Tea Green #CBF9BB

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.97%

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

R = 31.77%
G = 38.97%
B = 29.26%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#CBF9BB (or 0xCBF9BB) is known color: Tea Green. HEX triplet: CB, F9 and BB. RGB value is (203,249,187). Sum of RGB (Red+Green+Blue) = 203+249+187=639 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.77% from 639); Green value is 249 (97.66% from 255 or 38.97% from 639); Blue value is 187 (73.44% from 255 or 29.26% from 639); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF9BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF9BB is #340644. Grayscale: #E4E4E4. Windows color (decimal): -3409477 or 12319179. OLE color: 12319179.

HSL color Cylindrical-coordinate representation of color #CBF9BB: hue angle of 104.52º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBF9BB is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 249 187 -
CMYK 0.18 0 0.25 0.02
HSL 104.52º 0.84% 0.85% -
HSV(B) 104.52º 0.25% 0.98% -
XYZ 67.47 84.04 59.68 -
YUV 228.18 104.76 110.04 -
System Red Green Blue C M Y K H S L
Decimal 203 249 187 0.18 0 0.25 0.02 104.52 0.84 0.85
Hex CB F9 BB 12 0 19 2 69 54 55
Octal 313 371 273 22 0 31 2 151 124 125
Binary 11001011 11111001 10111011 10010 0 11001 10 1101001 1010100 1010101

Color Harmonies of #CBF9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF9BB

Black with #CBF9BB

Text Example


Text Example

White with #CBF9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF9BB; }

 p { color: rgb(203,249,187); }

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

background-color css

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

 a { background-color: rgb(203,249,187); }

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

border-color css

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

 span { border-color: rgb(203,249,187); }

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