Html Css Color HEX #88C0C0 Bermuda

📋 copy color: '#88C0C0'

red 136 ◦ green 192 ◦ blue 192

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

Shades of Bermuda #88C0C0

Tints of Bermuda #88C0C0

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.92%

 BLUE value IS 192 (75.39% from 255) = 36.92%

R = 26.15%
G = 36.92%
B = 36.92%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#88C0C0 (or 0x88C0C0) is known color: Bermuda. HEX triplet: 88, C0 and C0. RGB value is (136,192,192). Sum of RGB (Red+Green+Blue) = 136+192+192=520 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.15% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 192 - color contains mainly: green, blue. Hex color #88C0C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C0C0 is #773F3F. Grayscale: #AFAFAF. Windows color (decimal): -7814976 or 12632200. OLE color: 12632200.

HSL color Cylindrical-coordinate representation of color #88C0C0: hue angle of 180º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #88C0C0 is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 192 192 -
CMYK 0.29 0 0 0.25
HSL 180º 0.31% 0.64% -
HSV(B) 180º 0.29% 0.75% -
XYZ 38.52 46.74 56.86 -
YUV 175.26 137.45 100 -
System Red Green Blue C M Y K H S L
Decimal 136 192 192 0.29 0 0 0.25 180 0.31 0.64
Hex 88 C0 C0 1D 0 0 19 B4 1F 40
Octal 210 300 300 35 0 0 31 264 37 100
Binary 10001000 11000000 11000000 11101 0 0 11001 10110100 11111 1000000

Color Harmonies of #88C0C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C0C0

Black with #88C0C0

Text Example


Text Example

White with #88C0C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,192,192); }

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

background-color css

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

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

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

border-color css

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

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

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