Html Css Color HEX #7DCBC8 Bermuda

📋 copy color: '#7DCBC8'

red 125 ◦ green 203 ◦ blue 200

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

Shades of Bermuda #7DCBC8

Tints of Bermuda #7DCBC8

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.45%

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

R = 23.67%
G = 38.45%
B = 37.88%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#7DCBC8 (or 0x7DCBC8) is known color: Bermuda. HEX triplet: 7D, CB and C8. RGB value is (125,203,200). Sum of RGB (Red+Green+Blue) = 125+203+200=528 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.67% from 528); Green value is 203 (79.69% from 255 or 38.45% from 528); Blue value is 200 (78.52% from 255 or 37.88% from 528); Max value from RGB is 203 - color contains mainly: green. Hex color #7DCBC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCBC8 is #823437. Grayscale: #B3B3B3. Windows color (decimal): -8533048 or 13159293. OLE color: 13159293.

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

Color convert

RGB 125 203 200 -
CMYK 0.38 0 0.01 0.20
HSL 177.69º 0.43% 0.64% -
HSV(B) 177.69º 0.38% 0.8% -
XYZ 40.24 51.24 62.41 -
YUV 179.34 139.66 89.24 -
System Red Green Blue C M Y K H S L
Decimal 125 203 200 0.38 0 0.01 0.20 177.69 0.43 0.64
Hex 7D CB C8 26 0 1 14 B2 2B 40
Octal 175 313 310 46 0 1 24 262 53 100
Binary 1111101 11001011 11001000 100110 0 1 10100 10110010 101011 1000000

Color Harmonies of #7DCBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCBC8

Black with #7DCBC8

Text Example


Text Example

White with #7DCBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,203,200); }

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

background-color css

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

 a { background-color: rgb(125,203,200); }

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

border-color css

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

 span { border-color: rgb(125,203,200); }

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