Html Css Color HEX #7CCCC8 Bermuda

📋 copy color: '#7CCCC8'

red 124 ◦ green 204 ◦ blue 200

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

Shades of Bermuda #7CCCC8

Tints of Bermuda #7CCCC8

RGB

 RED value IS 124 (48.83% from 255) = 23.48%

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

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

R = 23.48%
G = 38.64%
B = 37.88%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#7CCCC8 (or 0x7CCCC8) is known color: Bermuda. HEX triplet: 7C, CC and C8. RGB value is (124,204,200). Sum of RGB (Red+Green+Blue) = 124+204+200=528 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.48% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 200 (78.52% from 255 or 37.88% from 528); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCCC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCCC8 is #833337. Grayscale: #B3B3B3. Windows color (decimal): -8598328 or 13159548. OLE color: 13159548.

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

Color convert

RGB 124 204 200 -
CMYK 0.39 0 0.02 0.2
HSL 177º 0.44% 0.64% -
HSV(B) 177º 0.39% 0.8% -
XYZ 40.33 51.64 62.49 -
YUV 179.62 139.5 88.33 -
System Red Green Blue C M Y K H S L
Decimal 124 204 200 0.39 0 0.02 0.2 177 0.44 0.64
Hex 7C CC C8 27 0 2 14 B1 2C 40
Octal 174 314 310 47 0 2 24 261 54 100
Binary 1111100 11001100 11001000 100111 0 10 10100 10110001 101100 1000000

Color Harmonies of #7CCCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCCC8

Black with #7CCCC8

Text Example


Text Example

White with #7CCCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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