#C7F5F3

Color #C7F5F3 Oyster Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oyster Bay #C7F5F3

Tints of Oyster Bay #C7F5F3

Color information

#C7F5F3 (or 0xC7F5F3) is unknown color: approx Oyster Bay. HEX triplet: C7, F5 and F3. RGB value is (199,245,243). Sum of RGB (Red+Green+Blue) = 199+245+243=687 (90% of max value = 765). Red value is 199 (78.12% from 255 or 28.97% from 687); Green value is 245 (96.09% from 255 or 35.66% from 687); Blue value is 243 (95.31% from 255 or 35.37% from 687); Max value from RGB is 245 - color contains mainly: green. Hex color #C7F5F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7F5F3 is #380A0C. Grayscale: #E6E6E6. Windows color (decimal): -3672589 or 15988167. OLE color: 15988167.

HSL color Cylindrical-coordinate representation of color #C7F5F3: hue angle of 177.39º degrees, saturation: 0.7, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C7F5F3 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB199245243-
CMYK0.1900.010.04
HSL177.39º69.7%87.06%-
HSV(B)177.39º18.78%96.08%-
XYZ72.3883.9297.18-
YUV231.02134.76105.16-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 28.97%
GREEN value IS 245 (96.09% from 255) = 35.66%
BLUE value IS 243 (95.31% from 255) = 35.37%
R=28.97%
G=35.66%
B=35.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1992452430.1900.010.04177.3969.787.06
HexC7F5F313014b14657
Octal30736536323014261106127
Binary11000111111101011111001110011011001011000110001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7F5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7F5F3; }

 p { color: rgb(199,245,243); }

 H1.HeaderClassName
 {
   color: #C7F5F3;
 }
 .AnyTagClassName
 {
   color: #C7F5F3;
 }
</style>
background-color css

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

 a { background-color: rgb(199,245,243); }

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

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

 span { border-color: rgb(199,245,243); }

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