#C6DABC

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

Shades of Surf Crest #C6DABC

Tints of Surf Crest #C6DABC

Color information

#C6DABC (or 0xC6DABC) is unknown color: approx Surf Crest. HEX triplet: C6, DA and BC. RGB value is (198,218,188). Sum of RGB (Red+Green+Blue) = 198+218+188=604 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.78% from 604); Green value is 218 (85.55% from 255 or 36.09% from 604); Blue value is 188 (73.83% from 255 or 31.13% from 604); Max value from RGB is 218 - color contains mainly: green. Hex color #C6DABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DABC is #392543. Grayscale: #D0D0D0. Windows color (decimal): -3745092 or 12376774. OLE color: 12376774.

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

Color convert

RGB198218188-
CMYK0.0900.140.15
HSL100º28.85%79.61%-
HSV(B)100º13.76%85.49%-
XYZ57.4465.7857.25-
YUV208.6116.37120.44-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.78%
GREEN value IS 218 (85.55% from 255) = 36.09%
BLUE value IS 188 (73.83% from 255) = 31.13%
R=32.78%
G=36.09%
B=31.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1982181880.0900.140.1510028.8579.61
HexC6DABC90EF641d50
Octal306332274110161714435120
Binary11000110110110101011110010010111011111100100111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DABC; }

 p { color: rgb(198,218,188); }

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

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

 a { background-color: rgb(198,218,188); }

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

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

 span { border-color: rgb(198,218,188); }

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