#C1DABA

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

Shades of Surf Crest #C1DABA

Tints of Surf Crest #C1DABA

Color information

#C1DABA (or 0xC1DABA) is unknown color: approx Surf Crest. HEX triplet: C1, DA and BA. RGB value is (193,218,186). Sum of RGB (Red+Green+Blue) = 193+218+186=597 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.33% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 186 (73.05% from 255 or 31.16% from 597); Max value from RGB is 218 - color contains mainly: green. Hex color #C1DABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DABA is #3E2545. Grayscale: #CECECE. Windows color (decimal): -4072774 or 12245697. OLE color: 12245697.

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

Color convert

RGB193218186-
CMYK0.1100.150.15
HSL106.87º30.19%79.22%-
HSV(B)106.87º14.68%85.49%-
XYZ55.9365.0356.06-
YUV206.88116.22118.1-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.33%
GREEN value IS 218 (85.55% from 255) = 36.52%
BLUE value IS 186 (73.05% from 255) = 31.16%
R=32.33%
G=36.52%
B=31.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1932181860.1100.150.15106.8730.1979.22
HexC1DABAB0FF6b1e4f
Octal301332272130171715336117
Binary11000001110110101011101010110111111111101011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DABA; }

 p { color: rgb(193,218,186); }

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

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

 a { background-color: rgb(193,218,186); }

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

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

 span { border-color: rgb(193,218,186); }

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