Html Css Color HEX #8FC9C0 Bermuda

📋 copy color: '#8FC9C0'

red 143 ◦ green 201 ◦ blue 192

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

Shades of Bermuda #8FC9C0

Tints of Bermuda #8FC9C0

RGB

 RED value IS 143 (56.25% from 255) = 26.68%

 GREEN value IS 201 (78.91% from 255) = 37.5%

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

R = 26.68%
G = 37.5%
B = 35.82%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#8FC9C0 (or 0x8FC9C0) is known color: Bermuda. HEX triplet: 8F, C9 and C0. RGB value is (143,201,192). Sum of RGB (Red+Green+Blue) = 143+201+192=536 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.68% from 536); Green value is 201 (78.91% from 255 or 37.5% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 201 - color contains mainly: green. Hex color #8FC9C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC9C0 is #70363F. Grayscale: #B6B6B6. Windows color (decimal): -7353920 or 12634511. OLE color: 12634511.

HSL color Cylindrical-coordinate representation of color #8FC9C0: hue angle of 170.69º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FC9C0 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB 143 201 192 -
CMYK 0.29 0 0.04 0.21
HSL 170.69º 0.35% 0.67% -
HSV(B) 170.69º 0.29% 0.79% -
XYZ 41.73 51.42 57.59 -
YUV 182.63 133.28 99.73 -
System Red Green Blue C M Y K H S L
Decimal 143 201 192 0.29 0 0.04 0.21 170.69 0.35 0.67
Hex 8F C9 C0 1D 0 4 15 AB 23 43
Octal 217 311 300 35 0 4 25 253 43 103
Binary 10001111 11001001 11000000 11101 0 100 10101 10101011 100011 1000011

Color Harmonies of #8FC9C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FC9C0

Black with #8FC9C0

Text Example


Text Example

White with #8FC9C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,201,192); }

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

background-color css

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

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

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

border-color css

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

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

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