Html Css Color HEX #7FCEB9 Bermuda

📋 copy color: '#7FCEB9'

red 127 ◦ green 206 ◦ blue 185

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

Shades of Bermuda #7FCEB9

Tints of Bermuda #7FCEB9

RGB

 RED value IS 127 (50% from 255) = 24.52%

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

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

R = 24.52%
G = 39.77%
B = 35.71%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#7FCEB9 (or 0x7FCEB9) is known color: Bermuda. HEX triplet: 7F, CE and B9. RGB value is (127,206,185). Sum of RGB (Red+Green+Blue) = 127+206+185=518 (68% of max value = 765). Red value is 127 (50% from 255 or 24.52% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 185 (72.66% from 255 or 35.71% from 518); Max value from RGB is 206 - color contains mainly: green. Hex color #7FCEB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCEB9 is #803146. Grayscale: #B3B3B3. Windows color (decimal): -8401223 or 12177023. OLE color: 12177023.

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

Color convert

RGB 127 206 185 -
CMYK 0.38 0 0.10 0.19
HSL 164.05º 0.45% 0.65% -
HSV(B) 164.05º 0.38% 0.81% -
XYZ 39.58 52.16 53.88 -
YUV 179.99 130.83 90.21 -
System Red Green Blue C M Y K H S L
Decimal 127 206 185 0.38 0 0.10 0.19 164.05 0.45 0.65
Hex 7F CE B9 26 0 A 13 A4 2D 41
Octal 177 316 271 46 0 12 23 244 55 101
Binary 1111111 11001110 10111001 100110 0 1010 10011 10100100 101101 1000001

Color Harmonies of #7FCEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCEB9

Black with #7FCEB9

Text Example


Text Example

White with #7FCEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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