Html Css Color HEX #7FDCC0 Bermuda

📋 copy color: '#7FDCC0'

red 127 ◦ green 220 ◦ blue 192

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

Shades of Bermuda #7FDCC0

Tints of Bermuda #7FDCC0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.82%

 BLUE value IS 192 (75.39% from 255) = 35.62%

R = 23.56%
G = 40.82%
B = 35.62%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#7FDCC0 (or 0x7FDCC0) is known color: Bermuda. HEX triplet: 7F, DC and C0. RGB value is (127,220,192). Sum of RGB (Red+Green+Blue) = 127+220+192=539 (71% of max value = 765). Red value is 127 (50% from 255 or 23.56% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 220 - color contains mainly: green. Hex color #7FDCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDCC0 is #80233F. Grayscale: #BDBDBD. Windows color (decimal): -8397632 or 12639359. OLE color: 12639359.

HSL color Cylindrical-coordinate representation of color #7FDCC0: hue angle of 161.94º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FDCC0 is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 127 220 192 -
CMYK 0.42 0 0.13 0.14
HSL 161.94º 0.57% 0.68% -
HSV(B) 161.94º 0.42% 0.86% -
XYZ 43.86 59.5 59.04 -
YUV 189 129.69 83.78 -
System Red Green Blue C M Y K H S L
Decimal 127 220 192 0.42 0 0.13 0.14 161.94 0.57 0.68
Hex 7F DC C0 2A 0 D E A2 39 44
Octal 177 334 300 52 0 15 16 242 71 104
Binary 1111111 11011100 11000000 101010 0 1101 1110 10100010 111001 1000100

Color Harmonies of #7FDCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FDCC0

Black with #7FDCC0

Text Example


Text Example

White with #7FDCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,220,192); }

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

background-color css

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

 a { background-color: rgb(127,220,192); }

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

border-color css

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

 span { border-color: rgb(127,220,192); }

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