#C3DBBF

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

Shades of Surf Crest #C3DBBF

Tints of Surf Crest #C3DBBF

Color information

#C3DBBF (or 0xC3DBBF) is unknown color: approx Surf Crest. HEX triplet: C3, DB and BF. RGB value is (195,219,191). Sum of RGB (Red+Green+Blue) = 195+219+191=605 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.23% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 191 (75% from 255 or 31.57% from 605); Max value from RGB is 219 - color contains mainly: green. Hex color #C3DBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DBBF is #3C2440. Grayscale: #D0D0D0. Windows color (decimal): -3941441 or 12573635. OLE color: 12573635.

HSL color Cylindrical-coordinate representation of color #C3DBBF: hue angle of 111.43º 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 #C3DBBF is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB195219191-
CMYK0.1100.130.14
HSL111.43º28%80.39%-
HSV(B)111.43º12.79%85.88%-
XYZ57.2466.0359.02-
YUV208.63118.05118.28-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.23%
GREEN value IS 219 (85.94% from 255) = 36.20%
BLUE value IS 191 (75% from 255) = 31.57%
R=32.23%
G=36.20%
B=31.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1952191910.1100.130.14111.432880.39
HexC3DBBFB0DE6f1c50
Octal303333277130151615734120
Binary11000011110110111011111110110110111101101111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DBBF; }

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

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

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

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

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

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

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

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