Html Css Color HEX #7EDFC0 Bermuda

📋 copy color: '#7EDFC0'

red 126 ◦ green 223 ◦ blue 192

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

Shades of Bermuda #7EDFC0

Tints of Bermuda #7EDFC0

RGB

 RED value IS 126 (49.61% from 255) = 23.29%

 GREEN value IS 223 (87.5% from 255) = 41.22%

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

R = 23.29%
G = 41.22%
B = 35.49%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#7EDFC0 (or 0x7EDFC0) is known color: Bermuda. HEX triplet: 7E, DF and C0. RGB value is (126,223,192). Sum of RGB (Red+Green+Blue) = 126+223+192=541 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.29% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 223 - color contains mainly: green. Hex color #7EDFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDFC0 is #81203F. Grayscale: #BEBEBE. Windows color (decimal): -8462400 or 12640126. OLE color: 12640126.

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

Color convert

RGB 126 223 192 -
CMYK 0.43 0 0.14 0.13
HSL 160.82º 0.6% 0.68% -
HSV(B) 160.82º 0.43% 0.87% -
XYZ 44.51 61.02 59.3 -
YUV 190.46 128.86 82.02 -
System Red Green Blue C M Y K H S L
Decimal 126 223 192 0.43 0 0.14 0.13 160.82 0.6 0.68
Hex 7E DF C0 2B 0 E D A1 3C 44
Octal 176 337 300 53 0 16 15 241 74 104
Binary 1111110 11011111 11000000 101011 0 1110 1101 10100001 111100 1000100

Color Harmonies of #7EDFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDFC0

Black with #7EDFC0

Text Example


Text Example

White with #7EDFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,223,192); }

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

background-color css

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

 a { background-color: rgb(126,223,192); }

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

border-color css

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

 span { border-color: rgb(126,223,192); }

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