Html Css Color HEX #88C5BA Bermuda

📋 copy color: '#88C5BA'

red 136 ◦ green 197 ◦ blue 186

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

Shades of Bermuda #88C5BA

Tints of Bermuda #88C5BA

RGB

 RED value IS 136 (53.52% from 255) = 26.2%

 GREEN value IS 197 (77.34% from 255) = 37.96%

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

R = 26.2%
G = 37.96%
B = 35.84%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#88C5BA (or 0x88C5BA) is known color: Bermuda. HEX triplet: 88, C5 and BA. RGB value is (136,197,186). Sum of RGB (Red+Green+Blue) = 136+197+186=519 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.20% from 519); Green value is 197 (77.34% from 255 or 37.96% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 197 - color contains mainly: green. Hex color #88C5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C5BA is #773A45. Grayscale: #B1B1B1. Windows color (decimal): -7813702 or 12240264. OLE color: 12240264.

HSL color Cylindrical-coordinate representation of color #88C5BA: hue angle of 169.18º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #88C5BA is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 136 197 186 -
CMYK 0.31 0 0.06 0.23
HSL 169.18º 0.34% 0.65% -
HSV(B) 169.18º 0.31% 0.77% -
XYZ 38.98 48.71 53.8 -
YUV 177.51 132.79 98.39 -
System Red Green Blue C M Y K H S L
Decimal 136 197 186 0.31 0 0.06 0.23 169.18 0.34 0.65
Hex 88 C5 BA 1F 0 6 17 A9 22 41
Octal 210 305 272 37 0 6 27 251 42 101
Binary 10001000 11000101 10111010 11111 0 110 10111 10101001 100010 1000001

Color Harmonies of #88C5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C5BA

Black with #88C5BA

Text Example


Text Example

White with #88C5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88C5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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