Html Css Color HEX #88D6BA Bermuda

📋 copy color: '#88D6BA'

red 136 ◦ green 214 ◦ blue 186

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

Shades of Bermuda #88D6BA

Tints of Bermuda #88D6BA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.93%

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

R = 25.37%
G = 39.93%
B = 34.7%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#88D6BA (or 0x88D6BA) is known color: Bermuda. HEX triplet: 88, D6 and BA. RGB value is (136,214,186). Sum of RGB (Red+Green+Blue) = 136+214+186=536 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.37% from 536); Green value is 214 (83.98% from 255 or 39.93% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 214 - color contains mainly: green. Hex color #88D6BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88D6BA is #772945. Grayscale: #BBBBBB. Windows color (decimal): -7809350 or 12244616. OLE color: 12244616.

HSL color Cylindrical-coordinate representation of color #88D6BA: hue angle of 158.46º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #88D6BA is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 136 214 186 -
CMYK 0.36 0 0.13 0.16
HSL 158.46º 0.49% 0.69% -
HSV(B) 158.46º 0.36% 0.84% -
XYZ 43.06 56.87 55.16 -
YUV 187.49 127.16 91.28 -
System Red Green Blue C M Y K H S L
Decimal 136 214 186 0.36 0 0.13 0.16 158.46 0.49 0.69
Hex 88 D6 BA 24 0 D 10 9E 31 45
Octal 210 326 272 44 0 15 20 236 61 105
Binary 10001000 11010110 10111010 100100 0 1101 10000 10011110 110001 1000101

Color Harmonies of #88D6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88D6BA

Black with #88D6BA

Text Example


Text Example

White with #88D6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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