Html Css Color HEX #7ED0CC Bermuda

📋 copy color: '#7ED0CC'

red 126 ◦ green 208 ◦ blue 204

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

Shades of Bermuda #7ED0CC

Tints of Bermuda #7ED0CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.92%

R = 23.42%
G = 38.66%
B = 37.92%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#7ED0CC (or 0x7ED0CC) is known color: Bermuda. HEX triplet: 7E, D0 and CC. RGB value is (126,208,204). Sum of RGB (Red+Green+Blue) = 126+208+204=538 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.42% from 538); Green value is 208 (81.64% from 255 or 38.66% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED0CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED0CC is #812F33. Grayscale: #B6B6B6. Windows color (decimal): -8466228 or 13422718. OLE color: 13422718.

HSL color Cylindrical-coordinate representation of color #7ED0CC: hue angle of 177.07º 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 #7ED0CC is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 126 208 204 -
CMYK 0.39 0 0.02 0.18
HSL 177.07º 0.47% 0.65% -
HSV(B) 177.07º 0.39% 0.82% -
XYZ 42.06 53.91 65.32 -
YUV 183.03 139.83 87.33 -
System Red Green Blue C M Y K H S L
Decimal 126 208 204 0.39 0 0.02 0.18 177.07 0.47 0.65
Hex 7E D0 CC 27 0 2 12 B1 2F 41
Octal 176 320 314 47 0 2 22 261 57 101
Binary 1111110 11010000 11001100 100111 0 10 10010 10110001 101111 1000001

Color Harmonies of #7ED0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED0CC

Black with #7ED0CC

Text Example


Text Example

White with #7ED0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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