#C3DABF

Color #C3DABF Surf Crest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surf Crest #C3DABF

Tints of Surf Crest #C3DABF

Color information

#C3DABF (or 0xC3DABF) is unknown color: approx Surf Crest. HEX triplet: C3, DA and BF. RGB value is (195,218,191). Sum of RGB (Red+Green+Blue) = 195+218+191=604 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.28% from 604); Green value is 218 (85.55% from 255 or 36.09% from 604); Blue value is 191 (75% from 255 or 31.62% from 604); Max value from RGB is 218 - color contains mainly: green. Hex color #C3DABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DABF is #3C2540. Grayscale: #D0D0D0. Windows color (decimal): -3941697 or 12573379. OLE color: 12573379.

HSL color Cylindrical-coordinate representation of color #C3DABF: hue angle of 111.11º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3DABF is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB195218191-
CMYK0.1100.120.15
HSL111.11º26.73%80.2%-
HSV(B)111.11º12.39%85.49%-
XYZ56.9865.5158.93-
YUV208.04118.38118.7-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.28%
GREEN value IS 218 (85.55% from 255) = 36.09%
BLUE value IS 191 (75% from 255) = 31.62%
R=32.28%
G=36.09%
B=31.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1952181910.1100.120.15111.1126.7380.2
HexC3DABFB0CF6f1b50
Octal303332277130141715733120
Binary11000011110110101011111110110110011111101111110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DABF; }

 p { color: rgb(195,218,191); }

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

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

 a { background-color: rgb(195,218,191); }

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

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

 span { border-color: rgb(195,218,191); }

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