Html Css Color HEX #C5FBF2 Foam

📋 copy color: '#C5FBF2'

red 197 ◦ green 251 ◦ blue 242

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

Shades of Foam #C5FBF2

Tints of Foam #C5FBF2

RGB

 RED value IS 197 (77.34% from 255) = 28.55%

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

 BLUE value IS 242 (94.92% from 255) = 35.07%

R = 28.55%
G = 36.38%
B = 35.07%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#C5FBF2 (or 0xC5FBF2) is known color: Foam. HEX triplet: C5, FB and F2. RGB value is (197,251,242). Sum of RGB (Red+Green+Blue) = 197+251+242=690 (91% of max value = 765). Red value is 197 (77.34% from 255 or 28.55% from 690); Green value is 251 (98.44% from 255 or 36.38% from 690); Blue value is 242 (94.92% from 255 or 35.07% from 690); Max value from RGB is 251 - color contains mainly: green. Hex color #C5FBF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FBF2 is #3A040D. Grayscale: #E9E9E9. Windows color (decimal): -3802126 or 15924165. OLE color: 15924165.

HSL color Cylindrical-coordinate representation of color #C5FBF2: hue angle of 170º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5FBF2 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 251 242 -
CMYK 0.22 0 0.04 0.02
HSL 170º 0.87% 0.88% -
HSV(B) 170º 0.22% 0.98% -
XYZ 73.55 87.28 96.97 -
YUV 233.83 132.61 101.73 -
System Red Green Blue C M Y K H S L
Decimal 197 251 242 0.22 0 0.04 0.02 170 0.87 0.88
Hex C5 FB F2 16 0 4 2 AA 57 58
Octal 305 373 362 26 0 4 2 252 127 130
Binary 11000101 11111011 11110010 10110 0 100 10 10101010 1010111 1011000

Color Harmonies of #C5FBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FBF2

Black with #C5FBF2

Text Example


Text Example

White with #C5FBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FBF2; }

 p { color: rgb(197,251,242); }

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

background-color css

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

 a { background-color: rgb(197,251,242); }

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

border-color css

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

 span { border-color: rgb(197,251,242); }

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