Html Css Color HEX #C3F6F1 Foam

📋 copy color: '#C3F6F1'

red 195 ◦ green 246 ◦ blue 241

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

Shades of Foam #C3F6F1

Tints of Foam #C3F6F1

RGB

 RED value IS 195 (76.56% from 255) = 28.59%

 GREEN value IS 246 (96.48% from 255) = 36.07%

 BLUE value IS 241 (94.53% from 255) = 35.34%

R = 28.59%
G = 36.07%
B = 35.34%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#C3F6F1 (or 0xC3F6F1) is known color: Foam. HEX triplet: C3, F6 and F1. RGB value is (195,246,241). Sum of RGB (Red+Green+Blue) = 195+246+241=682 (90% of max value = 765). Red value is 195 (76.56% from 255 or 28.59% from 682); Green value is 246 (96.48% from 255 or 36.07% from 682); Blue value is 241 (94.53% from 255 or 35.34% from 682); Max value from RGB is 246 - color contains mainly: green. Hex color #C3F6F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3F6F1 is #3C090E. Grayscale: #E6E6E6. Windows color (decimal): -3934479 or 15857347. OLE color: 15857347.

HSL color Cylindrical-coordinate representation of color #C3F6F1: hue angle of 174.12º degrees, saturation: 0.74, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3F6F1 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 195 246 241 -
CMYK 0.21 0 0.02 0.04
HSL 174.12º 0.74% 0.86% -
HSV(B) 174.12º 0.21% 0.96% -
XYZ 71.34 83.86 95.65 -
YUV 230.18 134.1 102.91 -
System Red Green Blue C M Y K H S L
Decimal 195 246 241 0.21 0 0.02 0.04 174.12 0.74 0.86
Hex C3 F6 F1 15 0 2 4 AE 4A 56
Octal 303 366 361 25 0 2 4 256 112 126
Binary 11000011 11110110 11110001 10101 0 10 100 10101110 1001010 1010110

Color Harmonies of #C3F6F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3F6F1

Black with #C3F6F1

Text Example


Text Example

White with #C3F6F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3F6F1; }

 p { color: rgb(195,246,241); }

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

background-color css

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

 a { background-color: rgb(195,246,241); }

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

border-color css

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

 span { border-color: rgb(195,246,241); }

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