Html Css Color HEX #7ECCC8 Bermuda

📋 copy color: '#7ECCC8'

red 126 ◦ green 204 ◦ blue 200

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

Shades of Bermuda #7ECCC8

Tints of Bermuda #7ECCC8

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.49%

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

R = 23.77%
G = 38.49%
B = 37.74%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#7ECCC8 (or 0x7ECCC8) is known color: Bermuda. HEX triplet: 7E, CC and C8. RGB value is (126,204,200). Sum of RGB (Red+Green+Blue) = 126+204+200=530 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.77% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 200 (78.52% from 255 or 37.74% from 530); Max value from RGB is 204 - color contains mainly: green. Hex color #7ECCC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECCC8 is #813337. Grayscale: #B4B4B4. Windows color (decimal): -8467256 or 13159550. OLE color: 13159550.

HSL color Cylindrical-coordinate representation of color #7ECCC8: hue angle of 176.92º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7ECCC8 is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB 126 204 200 -
CMYK 0.38 0 0.02 0.2
HSL 176.92º 0.43% 0.65% -
HSV(B) 176.92º 0.38% 0.8% -
XYZ 40.62 51.79 62.5 -
YUV 180.22 139.16 89.33 -
System Red Green Blue C M Y K H S L
Decimal 126 204 200 0.38 0 0.02 0.2 176.92 0.43 0.65
Hex 7E CC C8 26 0 2 14 B1 2B 41
Octal 176 314 310 46 0 2 24 261 53 101
Binary 1111110 11001100 11001000 100110 0 10 10100 10110001 101011 1000001

Color Harmonies of #7ECCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ECCC8

Black with #7ECCC8

Text Example


Text Example

White with #7ECCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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