Html Css Color HEX #88D0BA Bermuda

📋 copy color: '#88D0BA'

red 136 ◦ green 208 ◦ blue 186

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

Shades of Bermuda #88D0BA

Tints of Bermuda #88D0BA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.25%

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

R = 25.66%
G = 39.25%
B = 35.09%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#88D0BA (or 0x88D0BA) is known color: Bermuda. HEX triplet: 88, D0 and BA. RGB value is (136,208,186). Sum of RGB (Red+Green+Blue) = 136+208+186=530 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.66% from 530); Green value is 208 (81.64% from 255 or 39.25% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 208 - color contains mainly: green. Hex color #88D0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88D0BA is #772F45. Grayscale: #B7B7B7. Windows color (decimal): -7810886 or 12243080. OLE color: 12243080.

HSL color Cylindrical-coordinate representation of color #88D0BA: hue angle of 161.67º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #88D0BA is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 136 208 186 -
CMYK 0.35 0 0.11 0.18
HSL 161.67º 0.43% 0.67% -
HSV(B) 161.67º 0.35% 0.82% -
XYZ 41.57 53.89 54.67 -
YUV 183.96 129.15 93.79 -
System Red Green Blue C M Y K H S L
Decimal 136 208 186 0.35 0 0.11 0.18 161.67 0.43 0.67
Hex 88 D0 BA 23 0 B 12 A2 2B 43
Octal 210 320 272 43 0 13 22 242 53 103
Binary 10001000 11010000 10111010 100011 0 1011 10010 10100010 101011 1000011

Color Harmonies of #88D0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88D0BA

Black with #88D0BA

Text Example


Text Example

White with #88D0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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