Html Css Color HEX #C5DABA Surf Crest

📋 copy color: '#C5DABA'

red 197 ◦ green 218 ◦ blue 186

#C5DABA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Surf Crest #C5DABA

Tints of Surf Crest #C5DABA

RGB

 RED value IS 197 (77.34% from 255) = 32.78%

 GREEN value IS 218 (85.55% from 255) = 36.27%

 BLUE value IS 186 (73.05% from 255) = 30.95%

R = 32.78%
G = 36.27%
B = 30.95%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#C5DABA (or 0xC5DABA) is known color: Surf Crest. HEX triplet: C5, DA and BA. RGB value is (197,218,186). Sum of RGB (Red+Green+Blue) = 197+218+186=601 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.78% from 601); Green value is 218 (85.55% from 255 or 36.27% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DABA is #3A2545. Grayscale: #D0D0D0. Windows color (decimal): -3810630 or 12245701. OLE color: 12245701.

HSL color Cylindrical-coordinate representation of color #C5DABA: hue angle of 99.38º 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 #C5DABA is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 218 186 -
CMYK 0.10 0 0.15 0.15
HSL 99.38º 0.3% 0.79% -
HSV(B) 99.38º 0.15% 0.85% -
XYZ 56.96 65.56 56.11 -
YUV 208.07 115.54 120.1 -
System Red Green Blue C M Y K H S L
Decimal 197 218 186 0.10 0 0.15 0.15 99.38 0.3 0.79
Hex C5 DA BA A 0 F F 63 1E 4F
Octal 305 332 272 12 0 17 17 143 36 117
Binary 11000101 11011010 10111010 1010 0 1111 1111 1100011 11110 1001111

Color Harmonies of #C5DABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DABA

Black with #C5DABA

Text Example


Text Example

White with #C5DABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DABA; }

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

 H1.HeaderClassName
 {
   color: #C5DABA;
 }
 .AnyTagClassName
 {
   color: #C5DABA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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