Html Css Color HEX #88D4BA Bermuda

📋 copy color: '#88D4BA'

red 136 ◦ green 212 ◦ blue 186

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

Shades of Bermuda #88D4BA

Tints of Bermuda #88D4BA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.7%

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

R = 25.47%
G = 39.7%
B = 34.83%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#88D4BA (or 0x88D4BA) is known color: Bermuda. HEX triplet: 88, D4 and BA. RGB value is (136,212,186). Sum of RGB (Red+Green+Blue) = 136+212+186=534 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.47% from 534); Green value is 212 (83.20% from 255 or 39.70% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 212 - color contains mainly: green. Hex color #88D4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88D4BA is #772B45. Grayscale: #BABABA. Windows color (decimal): -7809862 or 12244104. OLE color: 12244104.

HSL color Cylindrical-coordinate representation of color #88D4BA: hue angle of 159.47º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #88D4BA is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 136 212 186 -
CMYK 0.36 0 0.12 0.17
HSL 159.47º 0.47% 0.68% -
HSV(B) 159.47º 0.36% 0.83% -
XYZ 42.56 55.87 54.99 -
YUV 186.31 127.82 92.11 -
System Red Green Blue C M Y K H S L
Decimal 136 212 186 0.36 0 0.12 0.17 159.47 0.47 0.68
Hex 88 D4 BA 24 0 C 11 9F 2F 44
Octal 210 324 272 44 0 14 21 237 57 104
Binary 10001000 11010100 10111010 100100 0 1100 10001 10011111 101111 1000100

Color Harmonies of #88D4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88D4BA

Black with #88D4BA

Text Example


Text Example

White with #88D4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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