Html Css Color HEX #CAFBBC Tea Green

📋 copy color: '#CAFBBC'

red 202 ◦ green 251 ◦ blue 188

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

Shades of Tea Green #CAFBBC

Tints of Tea Green #CAFBBC

RGB

 RED value IS 202 (79.3% from 255) = 31.51%

 GREEN value IS 251 (98.44% from 255) = 39.16%

 BLUE value IS 188 (73.83% from 255) = 29.33%

R = 31.51%
G = 39.16%
B = 29.33%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#CAFBBC (or 0xCAFBBC) is known color: Tea Green. HEX triplet: CA, FB and BC. RGB value is (202,251,188). Sum of RGB (Red+Green+Blue) = 202+251+188=641 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.51% from 641); Green value is 251 (98.44% from 255 or 39.16% from 641); Blue value is 188 (73.83% from 255 or 29.33% from 641); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFBBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFBBC is #350443. Grayscale: #E5E5E5. Windows color (decimal): -3474500 or 12385226. OLE color: 12385226.

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

Color convert

RGB 202 251 188 -
CMYK 0.20 0 0.25 0.02
HSL 106.67º 0.89% 0.86% -
HSV(B) 106.67º 0.25% 0.98% -
XYZ 67.93 85.18 60.44 -
YUV 229.17 104.77 108.62 -
System Red Green Blue C M Y K H S L
Decimal 202 251 188 0.20 0 0.25 0.02 106.67 0.89 0.86
Hex CA FB BC 14 0 19 2 6B 59 56
Octal 312 373 274 24 0 31 2 153 131 126
Binary 11001010 11111011 10111100 10100 0 11001 10 1101011 1011001 1010110

Color Harmonies of #CAFBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFBBC

Black with #CAFBBC

Text Example


Text Example

White with #CAFBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFBBC; }

 p { color: rgb(202,251,188); }

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

background-color css

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

 a { background-color: rgb(202,251,188); }

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

border-color css

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

 span { border-color: rgb(202,251,188); }

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