Html Css Color HEX #7FDCC1 Bermuda

📋 copy color: '#7FDCC1'

red 127 ◦ green 220 ◦ blue 193

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

Shades of Bermuda #7FDCC1

Tints of Bermuda #7FDCC1

RGB

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

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

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

R = 23.52%
G = 40.74%
B = 35.74%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#7FDCC1 (or 0x7FDCC1) is known color: Bermuda. HEX triplet: 7F, DC and C1. RGB value is (127,220,193). Sum of RGB (Red+Green+Blue) = 127+220+193=540 (71% of max value = 765). Red value is 127 (50% from 255 or 23.52% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 220 - color contains mainly: green. Hex color #7FDCC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDCC1 is #80233E. Grayscale: #BDBDBD. Windows color (decimal): -8397631 or 12704895. OLE color: 12704895.

HSL color Cylindrical-coordinate representation of color #7FDCC1: hue angle of 162.58º 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 #7FDCC1 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 127 220 193 -
CMYK 0.42 0 0.12 0.14
HSL 162.58º 0.57% 0.68% -
HSV(B) 162.58º 0.42% 0.86% -
XYZ 43.97 59.55 59.63 -
YUV 189.12 130.19 83.7 -
System Red Green Blue C M Y K H S L
Decimal 127 220 193 0.42 0 0.12 0.14 162.58 0.57 0.68
Hex 7F DC C1 2A 0 C E A3 39 44
Octal 177 334 301 52 0 14 16 243 71 104
Binary 1111111 11011100 11000001 101010 0 1100 1110 10100011 111001 1000100

Color Harmonies of #7FDCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FDCC1

Black with #7FDCC1

Text Example


Text Example

White with #7FDCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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