#C6DCBC

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

Shades of Surf Crest #C6DCBC

Tints of Surf Crest #C6DCBC

Color information

#C6DCBC (or 0xC6DCBC) is unknown color: approx Surf Crest. HEX triplet: C6, DC and BC. RGB value is (198,220,188). Sum of RGB (Red+Green+Blue) = 198+220+188=606 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.67% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 188 (73.83% from 255 or 31.02% from 606); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DCBC is #392343. Grayscale: #D1D1D1. Windows color (decimal): -3744580 or 12377286. OLE color: 12377286.

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

Color convert

RGB198220188-
CMYK0.100.150.14
HSL101.25º31.37%80%-
HSV(B)101.25º14.55%86.27%-
XYZ57.9666.8257.42-
YUV209.77115.71119.6-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.67%
GREEN value IS 220 (86.33% from 255) = 36.30%
BLUE value IS 188 (73.83% from 255) = 31.02%
R=32.67%
G=36.30%
B=31.02%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1982201880.100.150.14101.2531.3780
HexC6DCBCA0FE651f50
Octal306334274120171614537120
Binary11000110110111001011110010100111111101100101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DCBC; }

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

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

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

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

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

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

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

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