Html Css Color HEX #7FCEC1 Bermuda

📋 copy color: '#7FCEC1'

red 127 ◦ green 206 ◦ blue 193

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

Shades of Bermuda #7FCEC1

Tints of Bermuda #7FCEC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.69%

R = 24.14%
G = 39.16%
B = 36.69%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#7FCEC1 (or 0x7FCEC1) is known color: Bermuda. HEX triplet: 7F, CE and C1. RGB value is (127,206,193). Sum of RGB (Red+Green+Blue) = 127+206+193=526 (69% of max value = 765). Red value is 127 (50% from 255 or 24.14% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 193 (75.78% from 255 or 36.69% from 526); Max value from RGB is 206 - color contains mainly: green. Hex color #7FCEC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCEC1 is #80313E. Grayscale: #B4B4B4. Windows color (decimal): -8401215 or 12701311. OLE color: 12701311.

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

Color convert

RGB 127 206 193 -
CMYK 0.38 0 0.06 0.19
HSL 170.13º 0.45% 0.65% -
HSV(B) 170.13º 0.38% 0.81% -
XYZ 40.45 52.5 58.45 -
YUV 180.9 134.83 89.56 -
System Red Green Blue C M Y K H S L
Decimal 127 206 193 0.38 0 0.06 0.19 170.13 0.45 0.65
Hex 7F CE C1 26 0 6 13 AA 2D 41
Octal 177 316 301 46 0 6 23 252 55 101
Binary 1111111 11001110 11000001 100110 0 110 10011 10101010 101101 1000001

Color Harmonies of #7FCEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCEC1

Black with #7FCEC1

Text Example


Text Example

White with #7FCEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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