#C6DBBF

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

Shades of Surf Crest #C6DBBF

Tints of Surf Crest #C6DBBF

Color information

#C6DBBF (or 0xC6DBBF) is unknown color: approx Surf Crest. HEX triplet: C6, DB and BF. RGB value is (198,219,191). Sum of RGB (Red+Green+Blue) = 198+219+191=608 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.57% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 191 (75% from 255 or 31.41% from 608); Max value from RGB is 219 - color contains mainly: green. Hex color #C6DBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DBBF is #392440. Grayscale: #D1D1D1. Windows color (decimal): -3744833 or 12573638. OLE color: 12573638.

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

Color convert

RGB198219191-
CMYK0.1000.130.14
HSL105º28%80.39%-
HSV(B)105º12.79%85.88%-
XYZ58.0266.4359.05-
YUV209.53117.54119.78-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.57%
GREEN value IS 219 (85.94% from 255) = 36.02%
BLUE value IS 191 (75% from 255) = 31.41%
R=32.57%
G=36.02%
B=31.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1982191910.1000.130.141052880.39
HexC6DBBFA0DE691c50
Octal306333277120151615134120
Binary11000110110110111011111110100110111101101001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DBBF; }

 p { color: rgb(198,219,191); }

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

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

 a { background-color: rgb(198,219,191); }

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

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

 span { border-color: rgb(198,219,191); }

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