Html Css Color HEX #7ECFCC Bermuda

📋 copy color: '#7ECFCC'

red 126 ◦ green 207 ◦ blue 204

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

Shades of Bermuda #7ECFCC

Tints of Bermuda #7ECFCC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.55%

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

R = 23.46%
G = 38.55%
B = 37.99%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#7ECFCC (or 0x7ECFCC) is known color: Bermuda. HEX triplet: 7E, CF and CC. RGB value is (126,207,204). Sum of RGB (Red+Green+Blue) = 126+207+204=537 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.46% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 207 - color contains mainly: green. Hex color #7ECFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECFCC is #813033. Grayscale: #B6B6B6. Windows color (decimal): -8466484 or 13422462. OLE color: 13422462.

HSL color Cylindrical-coordinate representation of color #7ECFCC: hue angle of 177.78º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ECFCC is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 126 207 204 -
CMYK 0.39 0 0.01 0.19
HSL 177.78º 0.46% 0.65% -
HSV(B) 177.78º 0.39% 0.81% -
XYZ 41.82 53.42 65.23 -
YUV 182.44 140.16 87.74 -
System Red Green Blue C M Y K H S L
Decimal 126 207 204 0.39 0 0.01 0.19 177.78 0.46 0.65
Hex 7E CF CC 27 0 1 13 B2 2E 41
Octal 176 317 314 47 0 1 23 262 56 101
Binary 1111110 11001111 11001100 100111 0 1 10011 10110010 101110 1000001

Color Harmonies of #7ECFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ECFCC

Black with #7ECFCC

Text Example


Text Example

White with #7ECFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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