Html Css Color HEX #7FCEBC Bermuda

📋 copy color: '#7FCEBC'

red 127 ◦ green 206 ◦ blue 188

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

Shades of Bermuda #7FCEBC

Tints of Bermuda #7FCEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.08%

R = 24.38%
G = 39.54%
B = 36.08%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#7FCEBC (or 0x7FCEBC) is known color: Bermuda. HEX triplet: 7F, CE and BC. RGB value is (127,206,188). Sum of RGB (Red+Green+Blue) = 127+206+188=521 (69% of max value = 765). Red value is 127 (50% from 255 or 24.38% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 206 - color contains mainly: green. Hex color #7FCEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCEBC is #803143. Grayscale: #B4B4B4. Windows color (decimal): -8401220 or 12373631. OLE color: 12373631.

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

Color convert

RGB 127 206 188 -
CMYK 0.38 0 0.09 0.19
HSL 166.33º 0.45% 0.65% -
HSV(B) 166.33º 0.38% 0.81% -
XYZ 39.9 52.29 55.57 -
YUV 180.33 132.33 89.96 -
System Red Green Blue C M Y K H S L
Decimal 127 206 188 0.38 0 0.09 0.19 166.33 0.45 0.65
Hex 7F CE BC 26 0 9 13 A6 2D 41
Octal 177 316 274 46 0 11 23 246 55 101
Binary 1111111 11001110 10111100 100110 0 1001 10011 10100110 101101 1000001

Color Harmonies of #7FCEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCEBC

Black with #7FCEBC

Text Example


Text Example

White with #7FCEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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