Html Css Color HEX #7FCEBD Bermuda

📋 copy color: '#7FCEBD'

red 127 ◦ green 206 ◦ blue 189

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

Shades of Bermuda #7FCEBD

Tints of Bermuda #7FCEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.21%

R = 24.33%
G = 39.46%
B = 36.21%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#7FCEBD (or 0x7FCEBD) is known color: Bermuda. HEX triplet: 7F, CE and BD. RGB value is (127,206,189). Sum of RGB (Red+Green+Blue) = 127+206+189=522 (69% of max value = 765). Red value is 127 (50% from 255 or 24.33% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 206 - color contains mainly: green. Hex color #7FCEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCEBD is #803142. Grayscale: #B4B4B4. Windows color (decimal): -8401219 or 12439167. OLE color: 12439167.

HSL color Cylindrical-coordinate representation of color #7FCEBD: hue angle of 167.09º 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 #7FCEBD is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 127 206 189 -
CMYK 0.38 0 0.08 0.19
HSL 167.09º 0.45% 0.65% -
HSV(B) 167.09º 0.38% 0.81% -
XYZ 40.01 52.33 56.14 -
YUV 180.44 132.83 89.88 -
System Red Green Blue C M Y K H S L
Decimal 127 206 189 0.38 0 0.08 0.19 167.09 0.45 0.65
Hex 7F CE BD 26 0 8 13 A7 2D 41
Octal 177 316 275 46 0 10 23 247 55 101
Binary 1111111 11001110 10111101 100110 0 1000 10011 10100111 101101 1000001

Color Harmonies of #7FCEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCEBD

Black with #7FCEBD

Text Example


Text Example

White with #7FCEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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