Html Css Color HEX #7DCEBE Bermuda

📋 copy color: '#7DCEBE'

red 125 ◦ green 206 ◦ blue 190

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

Shades of Bermuda #7DCEBE

Tints of Bermuda #7DCEBE

RGB

 RED value IS 125 (49.22% from 255) = 23.99%

 GREEN value IS 206 (80.86% from 255) = 39.54%

 BLUE value IS 190 (74.61% from 255) = 36.47%

R = 23.99%
G = 39.54%
B = 36.47%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#7DCEBE (or 0x7DCEBE) is known color: Bermuda. HEX triplet: 7D, CE and BE. RGB value is (125,206,190). Sum of RGB (Red+Green+Blue) = 125+206+190=521 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.99% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCEBE is #823141. Grayscale: #B3B3B3. Windows color (decimal): -8532290 or 12504701. OLE color: 12504701.

HSL color Cylindrical-coordinate representation of color #7DCEBE: hue angle of 168.15º degrees, saturation: 0.45, 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 #7DCEBE is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 206 190 -
CMYK 0.39 0 0.08 0.19
HSL 168.15º 0.45% 0.65% -
HSV(B) 168.15º 0.39% 0.81% -
XYZ 39.82 52.22 56.7 -
YUV 179.96 133.66 88.8 -
System Red Green Blue C M Y K H S L
Decimal 125 206 190 0.39 0 0.08 0.19 168.15 0.45 0.65
Hex 7D CE BE 27 0 8 13 A8 2D 41
Octal 175 316 276 47 0 10 23 250 55 101
Binary 1111101 11001110 10111110 100111 0 1000 10011 10101000 101101 1000001

Color Harmonies of #7DCEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCEBE

Black with #7DCEBE

Text Example


Text Example

White with #7DCEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,206,190); }

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

background-color css

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

 a { background-color: rgb(125,206,190); }

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

border-color css

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

 span { border-color: rgb(125,206,190); }

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