Html Css Color HEX #7ED0C8 Bermuda

📋 copy color: '#7ED0C8'

red 126 ◦ green 208 ◦ blue 200

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

Shades of Bermuda #7ED0C8

Tints of Bermuda #7ED0C8

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.95%

 BLUE value IS 200 (78.52% from 255) = 37.45%

R = 23.6%
G = 38.95%
B = 37.45%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#7ED0C8 (or 0x7ED0C8) is known color: Bermuda. HEX triplet: 7E, D0 and C8. RGB value is (126,208,200). Sum of RGB (Red+Green+Blue) = 126+208+200=534 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.60% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 200 (78.52% from 255 or 37.45% from 534); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED0C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED0C8 is #812F37. Grayscale: #B6B6B6. Windows color (decimal): -8466232 or 13160574. OLE color: 13160574.

HSL color Cylindrical-coordinate representation of color #7ED0C8: hue angle of 174.15º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ED0C8 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 126 208 200 -
CMYK 0.39 0 0.04 0.18
HSL 174.15º 0.47% 0.65% -
HSV(B) 174.15º 0.39% 0.82% -
XYZ 41.59 53.72 62.82 -
YUV 182.57 137.83 87.65 -
System Red Green Blue C M Y K H S L
Decimal 126 208 200 0.39 0 0.04 0.18 174.15 0.47 0.65
Hex 7E D0 C8 27 0 4 12 AE 2F 41
Octal 176 320 310 47 0 4 22 256 57 101
Binary 1111110 11010000 11001000 100111 0 100 10010 10101110 101111 1000001

Color Harmonies of #7ED0C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED0C8

Black with #7ED0C8

Text Example


Text Example

White with #7ED0C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,208,200); }

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

background-color css

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

 a { background-color: rgb(126,208,200); }

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

border-color css

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

 span { border-color: rgb(126,208,200); }

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