Html Css Color HEX #8CCCC8 Bermuda

📋 copy color: '#8CCCC8'

red 140 ◦ green 204 ◦ blue 200

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

Shades of Bermuda #8CCCC8

Tints of Bermuda #8CCCC8

RGB

 RED value IS 140 (55.08% from 255) = 25.74%

 GREEN value IS 204 (80.08% from 255) = 37.5%

 BLUE value IS 200 (78.52% from 255) = 36.76%

R = 25.74%
G = 37.5%
B = 36.76%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#8CCCC8 (or 0x8CCCC8) is known color: Bermuda. HEX triplet: 8C, CC and C8. RGB value is (140,204,200). Sum of RGB (Red+Green+Blue) = 140+204+200=544 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.74% from 544); Green value is 204 (80.08% from 255 or 37.5% from 544); Blue value is 200 (78.52% from 255 or 36.76% from 544); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCCC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCCC8 is #733337. Grayscale: #B8B8B8. Windows color (decimal): -7549752 or 13159564. OLE color: 13159564.

HSL color Cylindrical-coordinate representation of color #8CCCC8: hue angle of 176.25º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CCCC8 is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB 140 204 200 -
CMYK 0.31 0 0.02 0.2
HSL 176.25º 0.39% 0.67% -
HSV(B) 176.25º 0.31% 0.8% -
XYZ 42.83 52.93 62.6 -
YUV 184.41 136.8 96.33 -
System Red Green Blue C M Y K H S L
Decimal 140 204 200 0.31 0 0.02 0.2 176.25 0.39 0.67
Hex 8C CC C8 1F 0 2 14 B0 27 43
Octal 214 314 310 37 0 2 24 260 47 103
Binary 10001100 11001100 11001000 11111 0 10 10100 10110000 100111 1000011

Color Harmonies of #8CCCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCCC8

Black with #8CCCC8

Text Example


Text Example

White with #8CCCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CCCC8; }

 p { color: rgb(140,204,200); }

 H1.HeaderClassName
 {
   color: #8CCCC8;
 }
 .AnyTagClassName
 {
   color: #8CCCC8;
 }
</style>

background-color css

<style>
 a { background-color: #8CCCC8; }

 a { background-color: rgb(140,204,200); }

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

border-color css

<style>
 span { border-color: #8CCCC8; }

 span { border-color: rgb(140,204,200); }

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