Html Css Color HEX #8FCEB9 Bermuda

📋 copy color: '#8FCEB9'

red 143 ◦ green 206 ◦ blue 185

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

Shades of Bermuda #8FCEB9

Tints of Bermuda #8FCEB9

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.58%

 BLUE value IS 185 (72.66% from 255) = 34.64%

R = 26.78%
G = 38.58%
B = 34.64%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#8FCEB9 (or 0x8FCEB9) is known color: Bermuda. HEX triplet: 8F, CE and B9. RGB value is (143,206,185). Sum of RGB (Red+Green+Blue) = 143+206+185=534 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.78% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 185 (72.66% from 255 or 34.64% from 534); Max value from RGB is 206 - color contains mainly: green. Hex color #8FCEB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCEB9 is #703146. Grayscale: #B8B8B8. Windows color (decimal): -7352647 or 12177039. OLE color: 12177039.

HSL color Cylindrical-coordinate representation of color #8FCEB9: hue angle of 160º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FCEB9 is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 143 206 185 -
CMYK 0.31 0 0.10 0.19
HSL 160º 0.39% 0.68% -
HSV(B) 160º 0.31% 0.81% -
XYZ 42.16 53.49 54 -
YUV 184.77 128.13 98.21 -
System Red Green Blue C M Y K H S L
Decimal 143 206 185 0.31 0 0.10 0.19 160 0.39 0.68
Hex 8F CE B9 1F 0 A 13 A0 27 44
Octal 217 316 271 37 0 12 23 240 47 104
Binary 10001111 11001110 10111001 11111 0 1010 10011 10100000 100111 1000100

Color Harmonies of #8FCEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCEB9

Black with #8FCEB9

Text Example


Text Example

White with #8FCEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,206,185); }

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

background-color css

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

 a { background-color: rgb(143,206,185); }

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

border-color css

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

 span { border-color: rgb(143,206,185); }

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