Html Css Color HEX #C3F9F2 Foam

📋 copy color: '#C3F9F2'

red 195 ◦ green 249 ◦ blue 242

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

Shades of Foam #C3F9F2

Tints of Foam #C3F9F2

RGB

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

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

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

R = 28.43%
G = 36.3%
B = 35.28%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#C3F9F2 (or 0xC3F9F2) is known color: Foam. HEX triplet: C3, F9 and F2. RGB value is (195,249,242). Sum of RGB (Red+Green+Blue) = 195+249+242=686 (90% of max value = 765). Red value is 195 (76.56% from 255 or 28.43% from 686); Green value is 249 (97.66% from 255 or 36.30% from 686); Blue value is 242 (94.92% from 255 or 35.28% from 686); Max value from RGB is 249 - color contains mainly: green. Hex color #C3F9F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3F9F2 is #3C060D. Grayscale: #E8E8E8. Windows color (decimal): -3933710 or 15923651. OLE color: 15923651.

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

Color convert

RGB 195 249 242 -
CMYK 0.22 0 0.03 0.02
HSL 172.22º 0.82% 0.87% -
HSV(B) 172.22º 0.22% 0.98% -
XYZ 72.41 85.76 96.74 -
YUV 232.06 133.61 101.57 -
System Red Green Blue C M Y K H S L
Decimal 195 249 242 0.22 0 0.03 0.02 172.22 0.82 0.87
Hex C3 F9 F2 16 0 3 2 AC 52 57
Octal 303 371 362 26 0 3 2 254 122 127
Binary 11000011 11111001 11110010 10110 0 11 10 10101100 1010010 1010111

Color Harmonies of #C3F9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3F9F2

Black with #C3F9F2

Text Example


Text Example

White with #C3F9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3F9F2; }

 p { color: rgb(195,249,242); }

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

background-color css

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

 a { background-color: rgb(195,249,242); }

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

border-color css

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

 span { border-color: rgb(195,249,242); }

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