Html Css Color HEX #C3F2ED Foam

📋 copy color: '#C3F2ED'

red 195 ◦ green 242 ◦ blue 237

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

Shades of Foam #C3F2ED

Tints of Foam #C3F2ED

RGB

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

 GREEN value IS 242 (94.92% from 255) = 35.91%

 BLUE value IS 237 (92.97% from 255) = 35.16%

R = 28.93%
G = 35.91%
B = 35.16%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#C3F2ED (or 0xC3F2ED) is known color: Foam. HEX triplet: C3, F2 and ED. RGB value is (195,242,237). Sum of RGB (Red+Green+Blue) = 195+242+237=674 (89% of max value = 765). Red value is 195 (76.56% from 255 or 28.93% from 674); Green value is 242 (94.92% from 255 or 35.91% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 242 - color contains mainly: green. Hex color #C3F2ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3F2ED is #3C0D12. Grayscale: #E3E3E3. Windows color (decimal): -3935507 or 15594179. OLE color: 15594179.

HSL color Cylindrical-coordinate representation of color #C3F2ED: hue angle of 173.62º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3F2ED is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 195 242 237 -
CMYK 0.19 0 0.02 0.05
HSL 173.62º 0.64% 0.86% -
HSV(B) 173.62º 0.19% 0.95% -
XYZ 69.54 81.22 92.13 -
YUV 227.38 133.43 104.91 -
System Red Green Blue C M Y K H S L
Decimal 195 242 237 0.19 0 0.02 0.05 173.62 0.64 0.86
Hex C3 F2 ED 13 0 2 5 AE 40 56
Octal 303 362 355 23 0 2 5 256 100 126
Binary 11000011 11110010 11101101 10011 0 10 101 10101110 1000000 1010110

Color Harmonies of #C3F2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3F2ED

Black with #C3F2ED

Text Example


Text Example

White with #C3F2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3F2ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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